Searched refs:GetLocalDecl (Results 1 – 7 of 7) sorted by relevance
/external/llvm-project/clang/include/clang/Serialization/ |
D | ASTRecordReader.h | 145 return cast_or_null<T>(Reader->GetLocalDecl(*F, LocalID)); in GetLocalDeclAs()
|
D | ASTReader.h | 1831 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/ |
D | ASTReader.h | 1651 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/ |
D | ASTReaderDecl.cpp | 3568 auto *D = GetLocalDecl(*M, Record[N - I - 1]); in loadPendingDeclChain() 3680 Reader.GetLocalDecl(M, M.ObjCCategories[Offset++]))); in operator ()()
|
D | ASTReader.cpp | 6543 if (Decl *D = GetLocalDecl(*M, ID)) { in FindExternalLexicalDecls()
|
/external/llvm-project/clang/lib/Serialization/ |
D | ASTReaderDecl.cpp | 4273 auto *D = GetLocalDecl(*M, Record[N - I - 1]); in loadPendingDeclChain() 4384 Reader.GetLocalDecl(M, M.ObjCCategories[Offset++]))); in operator ()()
|
D | ASTReader.cpp | 7489 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()
|