Home
last modified time | relevance | path

Searched refs:GetLocalDecl (Results 1 – 7 of 7) sorted by relevance

/external/llvm-project/clang/include/clang/Serialization/
DASTRecordReader.h145 return cast_or_null<T>(Reader->GetLocalDecl(*F, LocalID)); in GetLocalDeclAs()
DASTReader.h1831 Decl *GetLocalDecl(ModuleFile &F, uint32_t LocalID) { in GetLocalDecl() function
1840 return cast_or_null<T>(GetLocalDecl(F, LocalID)); in GetLocalDeclAs()
/external/clang/include/clang/Serialization/
DASTReader.h1651 Decl *GetLocalDecl(ModuleFile &F, uint32_t LocalID) { in GetLocalDecl() function
1660 return cast_or_null<T>(GetLocalDecl(F, LocalID)); in GetLocalDeclAs()
/external/clang/lib/Serialization/
DASTReaderDecl.cpp3568 auto *D = GetLocalDecl(*M, Record[N - I - 1]); in loadPendingDeclChain()
3680 Reader.GetLocalDecl(M, M.ObjCCategories[Offset++]))); in operator ()()
DASTReader.cpp6543 if (Decl *D = GetLocalDecl(*M, ID)) { in FindExternalLexicalDecls()
/external/llvm-project/clang/lib/Serialization/
DASTReaderDecl.cpp4273 auto *D = GetLocalDecl(*M, Record[N - I - 1]); in loadPendingDeclChain()
4384 Reader.GetLocalDecl(M, M.ObjCCategories[Offset++]))); in operator ()()
DASTReader.cpp7489 if (Decl *D = GetLocalDecl(*M, ID)) { in FindExternalLexicalDecls()
8383 cast<FunctionDecl>(GetLocalDecl(*FMod, LateParsed[Idx++])); in ReadLateParsedTemplates()
8386 LT->D = GetLocalDecl(*FMod, LateParsed[Idx++]); in ReadLateParsedTemplates()