Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/Serialization/
H A DASTReader.h1327 return GetExistingDecl(I->second[0]); in getKeyDeclaration()
1343 Visit(GetExistingDecl(ID)); in forEachImportedKeyDecl()
1915 Decl *GetExistingDecl(serialization::DeclID ID);
/freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp3414 if (Decl *D = GetExistingDecl(ID)) in ReadASTBlock()
3787 if (Decl *D = GetExistingDecl(ID)) in ReadASTBlock()
7743 Decl *ASTReader::GetExistingDecl(DeclID ID) { in GetExistingDecl() function in ASTReader
7770 return GetExistingDecl(ID); in GetDecl()