Home
last modified time | relevance | path

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

/external/clang/lib/AST/
DASTImporter.cpp2099 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
3769 bool ASTNodeImporter::ImportDefinition(ObjCProtocolDecl *From, in ImportDefinition() function in ASTNodeImporter
3891 bool ASTNodeImporter::ImportDefinition(ObjCInterfaceDecl *From, in ImportDefinition() function in ASTNodeImporter
6506 void ASTImporter::ImportDefinition(Decl *From) { in ImportDefinition() function in ASTImporter