Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Serialization/
H A DASTReader.h1324 return GetExistingDecl(I->second[0]); in getKeyDeclaration()
1340 Visit(GetExistingDecl(ID)); in forEachImportedKeyDecl()
1932 Decl *GetExistingDecl(GlobalDeclID ID);
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp3439 if (Decl *D = GetExistingDecl(ID)) in ReadASTBlock()
3799 if (Decl *D = GetExistingDecl(ID)) in ReadASTBlock()
3825 assert(!GetExistingDecl(ID) && in ReadASTBlock()
7736 if (Decl *D = GetExistingDecl(ID)) in getSourceLocationForDeclID()
7868 Decl *ASTReader::GetExistingDecl(GlobalDeclID ID) { in GetExistingDecl() function in ASTReader
7896 return GetExistingDecl(ID); in GetDecl()