Home
last modified time | relevance | path

Searched refs:GetDecl (Results 1 – 16 of 16) sorted by relevance

/external/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
DClangDeclVendor.cpp26 clang::Decl *d = ClangUtil::GetDecl(compiler_decl); in FindDecls()
DClangUtil.h29 static clang::Decl *GetDecl(const CompilerDecl &decl);
DClangUtil.cpp31 clang::Decl *ClangUtil::GetDecl(const CompilerDecl &decl) { in GetDecl() function in ClangUtil
DClangExpressionDeclMap.cpp1078 vars->GetVariableAtIndex(i)->GetDecl(); in LookupLocalVariable()
1091 if (candidate_var->GetDecl() == decl) { in LookupLocalVariable()
/external/llvm-project/lldb/include/lldb/Symbol/
DVariable.h109 CompilerDecl GetDecl();
/external/llvm-project/clang/include/clang/Serialization/
DASTReader.h1415 return Reader->GetDecl(Reader->getGlobalDeclID(*Mod, *I));
1823 Decl *GetDecl(serialization::DeclID ID);
1832 return GetDecl(getGlobalDeclID(F, LocalID)); in GetLocalDecl()
1862 return GetDecl(ReadDeclID(F, R, I)); in ReadDecl()
1872 return cast_or_null<T>(GetDecl(ReadDeclID(F, R, I))); in ReadDeclAs()
/external/clang/include/clang/Serialization/
DASTReader.h1239 return Reader->GetDecl(Reader->getGlobalDeclID(*Mod, *I));
1643 Decl *GetDecl(serialization::DeclID ID);
1652 return GetDecl(getGlobalDeclID(F, LocalID)); in GetLocalDecl()
1682 return GetDecl(ReadDeclID(F, R, I)); in ReadDecl()
1692 return cast_or_null<T>(GetDecl(ReadDeclID(F, R, I))); in ReadDeclAs()
/external/clang/lib/Serialization/
DASTReader.cpp4049 cast<FunctionDecl>(GetDecl(CUDASpecialDeclRefs[0]))); in InitializeContext()
6223 return GetDecl(ID); in GetExternalDecl()
6456 Decl *ASTReader::GetDecl(DeclID ID) { in GetDecl() function in ASTReader
6624 GetDecl(getGlobalDeclID(*DInfo.Mod, *BeginIt)) in FindFileRegionDecls()
6636 Decls.push_back(GetDecl(getGlobalDeclID(*DInfo.Mod, *DIt))); in FindFileRegionDecls()
6656 NamedDecl *ND = cast<NamedDecl>(GetDecl(ID)); in FindExternalVisibleDeclsByName()
6677 NamedDecl *ND = cast<NamedDecl>(GetDecl(ID)); in completeVisibleDeclsMap()
6723 GetDecl(ID); in PassInterestingDeclsToConsumer()
6913 NamedDecl *D = cast<NamedDecl>(GetDecl(ID)); in InitializeSema()
7228 = dyn_cast_or_null<NamespaceDecl>(GetDecl(KnownNamespaces[I]))) in ReadKnownNamespaces()
[all …]
DASTReaderDecl.cpp478 cast<TypedefNameDecl>(Reader.GetDecl(NamedDeclForTagDecl)); in Visit()
1386 NamespaceDecl *Anon = cast<NamespaceDecl>(Reader.GetDecl(AnonNamespace)); in VisitNamespaceDecl()
1859 NamedDecl *TemplatedDecl = cast_or_null<NamedDecl>(Reader.GetDecl(PatternID)); in VisitTemplateDecl()
2276 T *FirstDecl = cast_or_null<T>(Reader.GetDecl(FirstDeclID)); in VisitRedeclarable()
/external/llvm-project/clang/lib/Serialization/
DASTReader.cpp3609 auto *Decl = GetDecl(DeclID); in ReadASTBlock()
4959 cast<FunctionDecl>(GetDecl(CUDASpecialDeclRefs[0]))); in InitializeContext()
7132 return GetDecl(ID); in GetExternalDecl()
7396 Decl *ASTReader::GetDecl(DeclID ID) { in GetDecl() function in ASTReader
7569 GetDecl(getGlobalDeclID(*DInfo.Mod, *BeginIt)) in FindFileRegionDecls()
7580 Decls.push_back(GetDecl(getGlobalDeclID(*DInfo.Mod, *DIt))); in FindFileRegionDecls()
7600 NamedDecl *ND = cast<NamedDecl>(GetDecl(ID)); in FindExternalVisibleDeclsByName()
7621 NamedDecl *ND = cast<NamedDecl>(GetDecl(ID)); in completeVisibleDeclsMap()
7825 NamedDecl *D = cast<NamedDecl>(GetDecl(ID)); in InitializeSema()
8215 = dyn_cast_or_null<NamespaceDecl>(GetDecl(KnownNamespaces[I]))) in ReadKnownNamespaces()
[all …]
DASTReaderDecl.cpp546 cast<TypedefNameDecl>(Reader.GetDecl(NamedDeclForTagDecl)); in Visit()
1626 auto *Anon = cast<NamespaceDecl>(Reader.GetDecl(AnonNamespace)); in VisitNamespaceDecl()
2058 auto *TemplatedDecl = cast_or_null<NamedDecl>(Reader.GetDecl(PatternID)); in VisitTemplateDecl()
2483 auto *FirstDecl = cast_or_null<T>(Reader.GetDecl(FirstDeclID)); in VisitRedeclarable()
4130 GetDecl(ID); in PassInterestingDeclsToConsumer()
/external/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
DSymbolFileDWARF.h309 static lldb_private::CompilerDecl GetDecl(const DWARFDIE &die);
DSymbolFileDWARF.cpp1331 return GetDecl(die); in GetDeclForUID()
3897 CompilerDecl SymbolFileDWARF::GetDecl(const DWARFDIE &die) { in GetDecl() function in SymbolFileDWARF
DDWARFASTParserClang.cpp3216 CompilerDecl imported_decl = SymbolFileDWARF::GetDecl(imported_uid); in GetClangDeclForDIE()
/external/llvm-project/lldb/source/Symbol/
DVariable.cpp211 CompilerDecl Variable::GetDecl() { in GetDecl() function in Variable
/external/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
DPdbAstBuilder.cpp1353 return ClangUtil::GetDecl(decl); in FromCompilerDecl()