Searched refs:ImportDefinition (Results 1 – 3 of 3) sorted by relevance
/external/clang/include/clang/AST/ |
D | ASTImporter.h | 221 void ImportDefinition(Decl *From);
|
/external/clang/lib/AST/ |
D | ASTImporter.cpp | 113 bool ImportDefinition(RecordDecl *From, RecordDecl *To, 115 bool ImportDefinition(VarDecl *From, VarDecl *To, 117 bool ImportDefinition(EnumDecl *From, EnumDecl *To, 119 bool ImportDefinition(ObjCInterfaceDecl *From, ObjCInterfaceDecl *To, 121 bool ImportDefinition(ObjCProtocolDecl *From, ObjCProtocolDecl *To, 2039 ImportDefinition(FromRecord, ToRecord); in ImportDefinitionIfNeeded() 2048 ImportDefinition(FromEnum, ToEnum); in ImportDefinitionIfNeeded() 2099 bool ASTNodeImporter::ImportDefinition(RecordDecl *From, RecordDecl *To, in ImportDefinition() function in ASTNodeImporter 2207 bool ASTNodeImporter::ImportDefinition(VarDecl *From, VarDecl *To, in ImportDefinition() function in ASTNodeImporter 2222 bool ASTNodeImporter::ImportDefinition(EnumDecl *From, EnumDecl *To, in ImportDefinition() function in ASTNodeImporter [all …]
|
/external/flatbuffers/src/ |
D | idl_gen_ts.cpp | 29 struct ImportDefinition { struct 48 typedef std::map<std::string, ImportDefinition> import_set; 716 ImportDefinition AddImport(import_set &imports, const Definition &dependent, in AddImport() 779 ImportDefinition import; in AddImport() 798 ImportDefinition import; in AddImport()
|