Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangDeclVendor.cpp26 clang::Decl *d = ClangUtil::GetDecl(compiler_decl); in FindDecls()
H A DClangUtil.h29 static clang::Decl *GetDecl(const CompilerDecl &decl);
H A DClangUtil.cpp31 clang::Decl *ClangUtil::GetDecl(const CompilerDecl &decl) { in GetDecl() function in ClangUtil
H A DClangExpressionDeclMap.cpp1074 vars->GetVariableAtIndex(i)->GetDecl(); in LookupLocalVariable()
1087 if (candidate_var->GetDecl() == decl) { in LookupLocalVariable()
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DVariable.h113 CompilerDecl GetDecl();
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Serialization/
H A DASTReader.h1493 return Reader->GetDecl(Reader->getGlobalDeclID(*Mod, *I));
1910 Decl *GetDecl(serialization::DeclID ID);
1919 return GetDecl(getGlobalDeclID(F, LocalID)); in GetLocalDecl()
1949 return GetDecl(ReadDeclID(F, R, I)); in ReadDecl()
1959 return cast_or_null<T>(GetDecl(ReadDeclID(F, R, I))); in ReadDeclAs()
/freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp7498 return GetDecl(ID); in GetExternalDecl()
7768 Decl *ASTReader::GetDecl(DeclID ID) { in GetDecl() function in ASTReader
7941 GetDecl(getGlobalDeclID(*DInfo.Mod, *BeginIt)) in FindFileRegionDecls()
7952 Decls.push_back(GetDecl(getGlobalDeclID(*DInfo.Mod, *DIt))); in FindFileRegionDecls()
7973 NamedDecl *ND = cast<NamedDecl>(GetDecl(ID)); in FindExternalVisibleDeclsByName()
7994 NamedDecl *ND = cast<NamedDecl>(GetDecl(ID)); in completeVisibleDeclsMap()
8192 NamedDecl *D = cast<NamedDecl>(GetDecl(ID)); in InitializeSema()
8666 GetDecl(UnusedLocalTypedefNameCandidates[I])); in ReadUnusedLocalTypedefNameCandidates()
8676 auto *D = dyn_cast_or_null<Decl>(GetDecl(I)); in ReadDeclsToCheckForDeferredDiags()
8831 NamedDecl *D = cast<NamedDecl>(GetDecl(DeclIDs[I])); in SetGloballyVisibleDecls()
[all …]
H A DASTReaderDecl.cpp568 cast<TypedefNameDecl>(Reader.GetDecl(NamedDeclForTagDecl)); in Visit()
1863 auto *Anon = cast<NamespaceDecl>(Reader.GetDecl(AnonNamespace)); in VisitNamespaceDecl()
2817 auto *FirstDecl = cast_or_null<T>(Reader.GetDecl(FirstDeclID)); in VisitRedeclarable()
4178 GetDecl(ID); in PassInterestingDeclsToConsumer()
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARF.h280 static CompilerDecl GetDecl(const DWARFDIE &die);
H A DSymbolFileDWARF.cpp1488 return GetDecl(die); in GetDeclForUID()
4367 CompilerDecl SymbolFileDWARF::GetDecl(const DWARFDIE &die) { in GetDecl() function in SymbolFileDWARF
H A DDWARFASTParserClang.cpp3375 CompilerDecl imported_decl = SymbolFileDWARF::GetDecl(imported_uid); in GetClangDeclForDIE()
/freebsd-14.2/contrib/llvm-project/lldb/source/Symbol/
H A DVariable.cpp201 CompilerDecl Variable::GetDecl() { in GetDecl() function in Variable
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbAstBuilder.cpp1444 return ClangUtil::GetDecl(decl); in FromCompilerDecl()