Home
last modified time | relevance | path

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

/external/clang/include/clang/Serialization/
DASTReader.h1087 return GetExistingDecl(I->second[0]); in getKeyDeclaration()
1103 Visit(GetExistingDecl(ID)); in forEachImportedKeyDecl()
1646 Decl *GetExistingDecl(serialization::DeclID ID);
/external/clang/lib/Serialization/
DASTReader.cpp2621 if (Decl *D = GetExistingDecl(ID)) in ReadASTBlock()
3014 if (Decl *D = GetExistingDecl(ID)) in ReadASTBlock()
6430 Decl *ASTReader::GetExistingDecl(DeclID ID) { in GetExistingDecl() function in ASTReader
6456 return GetExistingDecl(ID); in GetDecl()