Home
last modified time | relevance | path

Searched refs:ImportDefinition (Results 1 – 2 of 2) sorted by relevance

/external/clang/include/clang/AST/
DASTImporter.h221 void ImportDefinition(Decl *From);
/external/clang/lib/AST/
DASTImporter.cpp113 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 …]