1#ifndef _FIND_TLM_INTERFACES_H_
2#define _FIND_TLM_INTERFACES_H_
5#include "clang/AST/RecursiveASTVisitor.h"
15 typedef std::pair<string, FindTemplateTypes *>
kvType;
31 llvm::raw_ostream &
_os;
virtual ~FindTLMInterfaces()
interfaceType _outInterfaces
interfaceType getInputInterfaces()
interfaceType _inoutInterfaces
std::pair< string, FindTemplateTypes * > kvType
interfaceType _inInterfaces
virtual bool VisitFieldDecl(FieldDecl *)
interfaceType getInputOutputInterfaces()
FindTLMInterfaces(CXXRecordDecl *, llvm::raw_ostream &)
interfaceType getOutputInterfaces()
std::map< string, FindTemplateTypes * > interfaceType
Clang forward declarations.