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.h1489 return GetExistingDecl(I->second[0]); in getKeyDeclaration()
1505 Visit(GetExistingDecl(ID)); in forEachImportedKeyDecl()
2117 Decl *GetExistingDecl(GlobalDeclID ID);
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp3662 if (Decl *D = GetExistingDecl(ID)) in ReadASTBlock()
3675 if (Decl *D = GetExistingDecl(ID)) in ReadASTBlock()
3690 if (Decl *D = GetExistingDecl(ID)) in ReadASTBlock()
3703 if (Decl *D = GetExistingDecl(ID)) in ReadASTBlock()
3716 if (Decl *D = GetExistingDecl(ID)) in ReadASTBlock()
4079 if (Decl *D = GetExistingDecl(ID)) in ReadASTBlock()
4112 assert(!GetExistingDecl(ID) && in ReadASTBlock()
8099 if (Decl *D = GetExistingDecl(ID)) in getSourceLocationForDeclID()
8231 Decl *ASTReader::GetExistingDecl(GlobalDeclID ID) { in GetExistingDecl() function in ASTReader
8259 return GetExistingDecl(ID); in GetDecl()
[all …]