Searched refs:GetDecl (Results 1 – 10 of 10) sorted by relevance
111 CompilerDecl GetDecl();
118 lldb_private::CompilerDecl GetDecl() const;
285 CompilerDecl DWARFDIE::GetDecl() const { in GetDecl() function in DWARFDIE
1361 return die.GetDecl(); in GetDeclForUID()
3621 CompilerDecl imported_decl = imported_uid.GetDecl(); in GetClangDeclForDIE()
1406 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()
3343 auto *Decl = GetDecl(DeclID); in ReadASTBlock()7108 return GetDecl(ID); in GetExternalDecl()7342 Decl *ASTReader::GetDecl(DeclID ID) { in GetDecl() function in ASTReader7513 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 …]
540 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()
212 CompilerDecl Variable::GetDecl() { in GetDecl() function in Variable
1213 vars->GetVariableAtIndex(i)->GetDecl(); in FindExternalVisibleDecls()1226 if (candidate_var->GetDecl() == decl) { in FindExternalVisibleDecls()