Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/include/clang/Serialization/
H A DASTReader.h1259 return GetExistingDecl(I->second[0]); in getKeyDeclaration()
1275 Visit(GetExistingDecl(ID)); in forEachImportedKeyDecl()
1843 Decl *GetExistingDecl(serialization::DeclID ID);
/freebsd-13.1/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp3200 if (Decl *D = GetExistingDecl(ID)) in ReadASTBlock()
3581 if (Decl *D = GetExistingDecl(ID)) in ReadASTBlock()
7430 Decl *ASTReader::GetExistingDecl(DeclID ID) { in GetExistingDecl() function in ASTReader
7457 return GetExistingDecl(ID); in GetDecl()