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

/external/clang/lib/AST/
H A DASTImporter.cpp107 bool ImportDefinition(RecordDecl *From, RecordDecl *To,
109 bool ImportDefinition(VarDecl *From, VarDecl *To,
111 bool ImportDefinition(EnumDecl *From, EnumDecl *To,
113 bool ImportDefinition(ObjCInterfaceDecl *From, ObjCInterfaceDecl *To,
115 bool ImportDefinition(ObjCProtocolDecl *From, ObjCProtocolDecl *To,
1847 ImportDefinition(FromRecord, ToRecord);
1856 ImportDefinition(FromEnum, ToEnum);
1907 bool ASTNodeImporter::ImportDefinition(RecordDecl *From, RecordDecl *To, function in class:ASTNodeImporter
2010 bool ASTNodeImporter::ImportDefinition(VarDecl *From, VarDecl *To, function in class:ASTNodeImporter
2025 bool ASTNodeImporter::ImportDefinition(EnumDec function in class:ASTNodeImporter
3380 bool ASTNodeImporter::ImportDefinition(ObjCProtocolDecl *From, function in class:ASTNodeImporter
3469 bool ASTNodeImporter::ImportDefinition(ObjCInterfaceDecl *From, function in class:ASTNodeImporter
4933 void ASTImporter::ImportDefinition(Decl *From) { function in class:ASTImporter
[all...]

Completed in 142 milliseconds