Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Serialization/
H A DASTReader.h1259 return GetExistingDecl(I->second[0]); in getKeyDeclaration()
1275 Visit(GetExistingDecl(ID)); in forEachImportedKeyDecl()
1840 Decl *GetExistingDecl(serialization::DeclID ID);
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTReader.cpp3193 if (Decl *D = GetExistingDecl(ID)) in ReadASTBlock()
3574 if (Decl *D = GetExistingDecl(ID)) in ReadASTBlock()
7403 Decl *ASTReader::GetExistingDecl(DeclID ID) { in GetExistingDecl() function in ASTReader
7430 return GetExistingDecl(ID); in GetDecl()