Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Serialization/
H A DASTReader.h1240 return GetExistingDecl(I->second[0]); in getKeyDeclaration()
1256 Visit(GetExistingDecl(ID)); in forEachImportedKeyDecl()
1839 Decl *GetExistingDecl(serialization::DeclID ID);
/freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/
H A DASTReader.cpp2890 if (Decl *D = GetExistingDecl(ID)) in ReadASTBlock()
3266 if (Decl *D = GetExistingDecl(ID)) in ReadASTBlock()
7317 Decl *ASTReader::GetExistingDecl(DeclID ID) { in GetExistingDecl() function in ASTReader
7344 return GetExistingDecl(ID); in GetDecl()