Home
last modified time | relevance | path

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

/external/clang/include/clang/Serialization/
DASTReader.h1089 return GetExistingDecl(I->second[0]); in getKeyDeclaration()
1105 Visit(GetExistingDecl(ID)); in forEachImportedKeyDecl()
1648 Decl *GetExistingDecl(serialization::DeclID ID);
/external/clang/lib/Serialization/
DASTReader.cpp2641 if (Decl *D = GetExistingDecl(ID)) in ReadASTBlock()
3034 if (Decl *D = GetExistingDecl(ID)) in ReadASTBlock()
6432 Decl *ASTReader::GetExistingDecl(DeclID ID) { in GetExistingDecl() function in ASTReader
6458 return GetExistingDecl(ID); in GetDecl()