Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Serialization/
H A DASTRecordReader.h145 return cast_or_null<T>(Reader->GetLocalDecl(*F, LocalID)); in GetLocalDeclAs()
H A DASTReader.h1843 Decl *GetLocalDecl(ModuleFile &F, uint32_t LocalID) { in GetLocalDecl() function
1852 return cast_or_null<T>(GetLocalDecl(F, LocalID)); in GetLocalDeclAs()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTReaderDecl.cpp4275 auto *D = GetLocalDecl(*M, Record[N - I - 1]); in loadPendingDeclChain()
4386 Reader.GetLocalDecl(M, M.ObjCCategories[Offset++]))); in operator ()()
H A DASTReader.cpp7521 if (Decl *D = GetLocalDecl(*M, ID)) { in FindExternalLexicalDecls()
8416 cast<FunctionDecl>(GetLocalDecl(*FMod, LateParsed[Idx++])); in ReadLateParsedTemplates()
8419 LT->D = GetLocalDecl(*FMod, LateParsed[Idx++]); in ReadLateParsedTemplates()