Searched refs:GetDecl (Results 1 – 13 of 13) sorted by relevance
26 clang::Decl *d = ClangUtil::GetDecl(compiler_decl); in FindDecls()
29 static clang::Decl *GetDecl(const CompilerDecl &decl);
31 clang::Decl *ClangUtil::GetDecl(const CompilerDecl &decl) { in GetDecl() function in ClangUtil
1079 vars->GetVariableAtIndex(i)->GetDecl(); in LookupLocalVariable()1092 if (candidate_var->GetDecl() == decl) { in LookupLocalVariable()
113 CompilerDecl GetDecl();
1471 return Reader->GetDecl(Reader->getGlobalDeclID(*Mod, *I));1883 Decl *GetDecl(serialization::DeclID ID);1892 return GetDecl(getGlobalDeclID(F, LocalID)); in GetLocalDecl()1922 return GetDecl(ReadDeclID(F, R, I)); in ReadDecl()1932 return cast_or_null<T>(GetDecl(ReadDeclID(F, R, I))); in ReadDeclAs()
5038 cast<FunctionDecl>(GetDecl(CUDASpecialDeclRefs[0]))); in InitializeContext()7280 return GetDecl(ID); in GetExternalDecl()7548 Decl *ASTReader::GetDecl(DeclID ID) { in GetDecl() function in ASTReader7721 GetDecl(getGlobalDeclID(*DInfo.Mod, *BeginIt)) in FindFileRegionDecls()7732 Decls.push_back(GetDecl(getGlobalDeclID(*DInfo.Mod, *DIt))); in FindFileRegionDecls()7753 NamedDecl *ND = cast<NamedDecl>(GetDecl(ID)); in FindExternalVisibleDeclsByName()7774 NamedDecl *ND = cast<NamedDecl>(GetDecl(ID)); in completeVisibleDeclsMap()7971 NamedDecl *D = cast<NamedDecl>(GetDecl(ID)); in InitializeSema()8367 = dyn_cast_or_null<NamespaceDecl>(GetDecl(KnownNamespaces[I]))) in ReadKnownNamespaces()8375 NamedDecl *D = cast<NamedDecl>(GetDecl(UndefinedButUsed[Idx++])); in ReadUndefinedButUsed()[all …]
555 cast<TypedefNameDecl>(Reader.GetDecl(NamedDeclForTagDecl)); in Visit()1786 auto *Anon = cast<NamespaceDecl>(Reader.GetDecl(AnonNamespace)); in VisitNamespaceDecl()2699 auto *FirstDecl = cast_or_null<T>(Reader.GetDecl(FirstDeclID)); in VisitRedeclarable()4013 GetDecl(ID); in PassInterestingDeclsToConsumer()
201 CompilerDecl Variable::GetDecl() { in GetDecl() function in Variable
310 static lldb_private::CompilerDecl GetDecl(const DWARFDIE &die);
1464 return GetDecl(die); in GetDeclForUID()4187 CompilerDecl SymbolFileDWARF::GetDecl(const DWARFDIE &die) { in GetDecl() function in SymbolFileDWARF
3238 CompilerDecl imported_decl = SymbolFileDWARF::GetDecl(imported_uid); in GetClangDeclForDIE()
1442 return ClangUtil::GetDecl(decl); in FromCompilerDecl()