Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/lib/AST/
H A DASTImporter.cpp1907 bool ASTNodeImporter::ImportDefinition(RecordDecl *From, RecordDecl *To, in ImportDefinition() function in ASTNodeImporter
2010 bool ASTNodeImporter::ImportDefinition(VarDecl *From, VarDecl *To, in ImportDefinition() function in ASTNodeImporter
2025 bool ASTNodeImporter::ImportDefinition(EnumDecl *From, EnumDecl *To, in ImportDefinition() function in ASTNodeImporter
3385 bool ASTNodeImporter::ImportDefinition(ObjCProtocolDecl *From, in ImportDefinition() function in ASTNodeImporter
3504 bool ASTNodeImporter::ImportDefinition(ObjCInterfaceDecl *From, in ImportDefinition() function in ASTNodeImporter
4981 void ASTImporter::ImportDefinition(Decl *From) { in ImportDefinition() function in ASTImporter