Home
last modified time | relevance | path

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

/external/clang/lib/AST/
DASTImporter.cpp1929 bool ASTNodeImporter::ImportDefinition(RecordDecl *From, RecordDecl *To, in ImportDefinition() function in ASTNodeImporter
2032 bool ASTNodeImporter::ImportDefinition(VarDecl *From, VarDecl *To, in ImportDefinition() function in ASTNodeImporter
2047 bool ASTNodeImporter::ImportDefinition(EnumDecl *From, EnumDecl *To, in ImportDefinition() function in ASTNodeImporter
3407 bool ASTNodeImporter::ImportDefinition(ObjCProtocolDecl *From, in ImportDefinition() function in ASTNodeImporter
3526 bool ASTNodeImporter::ImportDefinition(ObjCInterfaceDecl *From, in ImportDefinition() function in ASTNodeImporter
5003 void ASTImporter::ImportDefinition(Decl *From) { in ImportDefinition() function in ASTImporter