Home
last modified time | relevance | path

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

/external/clang/include/clang/Serialization/
DASTReader.h1194 Visit(GetExistingDecl(ID)); in forEachFormerlyCanonicalImportedDecl()
1647 Decl *GetExistingDecl(serialization::DeclID ID);
/external/clang/lib/Serialization/
DASTReader.cpp2785 if (Decl *D = GetExistingDecl(ID)) { in ReadASTBlock()
3176 if (Decl *D = GetExistingDecl(ID)) in ReadASTBlock()
6350 Decl *ASTReader::GetExistingDecl(DeclID ID) { in GetExistingDecl() function in ASTReader
6376 return GetExistingDecl(ID); in GetDecl()