Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Symbol/
H A DVariable.h111 CompilerDecl GetDecl();
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFDIE.h118 lldb_private::CompilerDecl GetDecl() const;
H A DDWARFDIE.cpp285 CompilerDecl DWARFDIE::GetDecl() const { in GetDecl() function in DWARFDIE
H A DSymbolFileDWARF.cpp1361 return die.GetDecl(); in GetDeclForUID()
H A DDWARFASTParserClang.cpp3621 CompilerDecl imported_decl = imported_uid.GetDecl(); in GetClangDeclForDIE()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Serialization/
H A DASTReader.h1406 return Reader->GetDecl(Reader->getGlobalDeclID(*Mod, *I));
1834 Decl *GetDecl(serialization::DeclID ID);
1843 return GetDecl(getGlobalDeclID(F, LocalID)); in GetLocalDecl()
1873 return GetDecl(ReadDeclID(F, R, I)); in ReadDecl()
1883 return cast_or_null<T>(GetDecl(ReadDeclID(F, R, I))); in ReadDeclAs()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/
H A DASTReader.cpp3343 auto *Decl = GetDecl(DeclID); in ReadASTBlock()
7108 return GetDecl(ID); in GetExternalDecl()
7342 Decl *ASTReader::GetDecl(DeclID ID) { in GetDecl() function in ASTReader
7513 GetDecl(getGlobalDeclID(*DInfo.Mod, *BeginIt)) in FindFileRegionDecls()
7525 Decls.push_back(GetDecl(getGlobalDeclID(*DInfo.Mod, *DIt))); in FindFileRegionDecls()
7545 NamedDecl *ND = cast<NamedDecl>(GetDecl(ID)); in FindExternalVisibleDeclsByName()
7566 NamedDecl *ND = cast<NamedDecl>(GetDecl(ID)); in completeVisibleDeclsMap()
7770 NamedDecl *D = cast<NamedDecl>(GetDecl(ID)); in InitializeSema()
8197 GetDecl(UnusedLocalTypedefNameCandidates[I])); in ReadUnusedLocalTypedefNameCandidates()
8274 LT->D = GetDecl(LateParsedTemplates[Idx++]); in ReadLateParsedTemplates()
[all …]
H A DASTReaderDecl.cpp540 cast<TypedefNameDecl>(Reader.GetDecl(NamedDeclForTagDecl)); in Visit()
1555 auto *Anon = cast<NamespaceDecl>(Reader.GetDecl(AnonNamespace)); in VisitNamespaceDecl()
2068 auto *TemplatedDecl = cast_or_null<NamedDecl>(Reader.GetDecl(PatternID)); in VisitTemplateDecl()
2450 auto *FirstDecl = cast_or_null<T>(Reader.GetDecl(FirstDeclID)); in VisitRedeclarable()
3932 GetDecl(ID); in PassInterestingDeclsToConsumer()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/
H A DVariable.cpp212 CompilerDecl Variable::GetDecl() { in GetDecl() function in Variable
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionDeclMap.cpp1213 vars->GetVariableAtIndex(i)->GetDecl(); in FindExternalVisibleDecls()
1226 if (candidate_var->GetDecl() == decl) { in FindExternalVisibleDecls()