Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/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.cpp1079 vars->GetVariableAtIndex(i)->GetDecl(); in LookupLocalVariable()
1092 if (candidate_var->GetDecl() == decl) { in LookupLocalVariable()
/freebsd-12-stable/contrib/llvm-project/lldb/include/lldb/Symbol/
DVariable.h109 CompilerDecl GetDecl();
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Serialization/
DASTReader.h1424 return Reader->GetDecl(Reader->getGlobalDeclID(*Mod, *I));
1838 Decl *GetDecl(serialization::DeclID ID);
1847 return GetDecl(getGlobalDeclID(F, LocalID)); in GetLocalDecl()
1877 return GetDecl(ReadDeclID(F, R, I)); in ReadDecl()
1887 return cast_or_null<T>(GetDecl(ReadDeclID(F, R, I))); in ReadDeclAs()
/freebsd-12-stable/contrib/llvm-project/clang/lib/Serialization/
DASTReader.cpp5000 cast<FunctionDecl>(GetDecl(CUDASpecialDeclRefs[0]))); in InitializeContext()
7186 return GetDecl(ID); in GetExternalDecl()
7455 Decl *ASTReader::GetDecl(DeclID ID) { in GetDecl() function in ASTReader
7628 GetDecl(getGlobalDeclID(*DInfo.Mod, *BeginIt)) in FindFileRegionDecls()
7639 Decls.push_back(GetDecl(getGlobalDeclID(*DInfo.Mod, *DIt))); in FindFileRegionDecls()
7660 NamedDecl *ND = cast<NamedDecl>(GetDecl(ID)); in FindExternalVisibleDeclsByName()
7681 NamedDecl *ND = cast<NamedDecl>(GetDecl(ID)); in completeVisibleDeclsMap()
7885 NamedDecl *D = cast<NamedDecl>(GetDecl(ID)); in InitializeSema()
8278 = dyn_cast_or_null<NamespaceDecl>(GetDecl(KnownNamespaces[I]))) in ReadKnownNamespaces()
8286 NamedDecl *D = cast<NamedDecl>(GetDecl(UndefinedButUsed[Idx++])); in ReadUndefinedButUsed()
[all …]
DASTReaderDecl.cpp548 cast<TypedefNameDecl>(Reader.GetDecl(NamedDeclForTagDecl)); in Visit()
1628 auto *Anon = cast<NamespaceDecl>(Reader.GetDecl(AnonNamespace)); in VisitNamespaceDecl()
2078 auto *TemplatedDecl = cast_or_null<NamedDecl>(Reader.GetDecl(PatternID)); in VisitTemplateDecl()
2503 auto *FirstDecl = cast_or_null<T>(Reader.GetDecl(FirstDeclID)); in VisitRedeclarable()
4165 GetDecl(ID); in PassInterestingDeclsToConsumer()
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
DSymbolFileDWARF.h308 static lldb_private::CompilerDecl GetDecl(const DWARFDIE &die);
DSymbolFileDWARF.cpp1340 return GetDecl(die); in GetDeclForUID()
3841 CompilerDecl SymbolFileDWARF::GetDecl(const DWARFDIE &die) { in GetDecl() function in SymbolFileDWARF
DDWARFASTParserClang.cpp3177 CompilerDecl imported_decl = SymbolFileDWARF::GetDecl(imported_uid); in GetClangDeclForDIE()
/freebsd-12-stable/contrib/llvm-project/lldb/source/Symbol/
DVariable.cpp211 CompilerDecl Variable::GetDecl() { in GetDecl() function in Variable
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
DPdbAstBuilder.cpp1353 return ClangUtil::GetDecl(decl); in FromCompilerDecl()