Searched refs:GetDecl (Results 1 – 14 of 14) 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
1071 vars->GetVariableAtIndex(i)->GetDecl(); in LookupLocalVariable()1084 if (candidate_var->GetDecl() == decl) { in LookupLocalVariable()
116 CompilerDecl GetDecl();
1675 return Reader->GetDecl(Reader->getGlobalDeclID(*Mod, ID));2112 Decl *GetDecl(GlobalDeclID ID);2121 return GetDecl(getGlobalDeclID(F, LocalID)); in GetLocalDecl()2149 return GetDecl(ReadDeclID(F, R, I)); in ReadDecl()2159 return cast_or_null<T>(GetDecl(ReadDeclID(F, R, I))); in ReadDeclAs()
5506 cast<FunctionDecl>(GetDecl(CUDASpecialDeclRefs[0]))); in InitializeContext()7897 Decl *ASTReader::GetExternalDecl(GlobalDeclID ID) { return GetDecl(ID); } in GetExternalDecl()8257 Decl *ASTReader::GetDecl(GlobalDeclID ID) { in GetDecl() function in ASTReader8361 GetDecl(Info); in LoadExternalSpecializationsImpl()8409 GetDecl(Info); in LoadExternalSpecializationsImpl()8532 GetDecl(getGlobalDeclID(*DInfo.Mod, in FindFileRegionDecls()8544 Decls.push_back(GetDecl(getGlobalDeclID( in FindFileRegionDecls()8562 NamedDecl *ND = cast<NamedDecl>(GetDecl(ID)); in FindExternalVisibleDeclsByName()8617 NamedDecl *ND = cast<NamedDecl>(GetDecl(ID)); in completeVisibleDeclsMap()8858 NamedDecl *D = cast<NamedDecl>(GetDecl(ID)); in InitializeSema()[all …]
547 cast<TypedefNameDecl>(Reader.GetDecl(NamedDeclForTagDecl)); in Visit()1870 auto *Anon = cast<NamespaceDecl>(Reader.GetDecl(AnonNamespace)); in VisitNamespaceDecl()2837 auto *FirstDecl = cast_or_null<T>(Reader.GetDecl(FirstDeclID)); in VisitRedeclarable()4315 GetDecl(ID); in PassInterestingDeclsToConsumer()4350 auto *RD = cast<CXXRecordDecl>(GetDecl(ID)); in PassInterestingDeclsToConsumer()4458 GetDecl(LID); in loadDeclUpdateRecords()
302 static CompilerDecl GetDecl(const DWARFDIE &die);
1434 return GetDecl(die); in GetDeclForUID()4313 CompilerDecl SymbolFileDWARF::GetDecl(const DWARFDIE &die) { in GetDecl() function in SymbolFileDWARF
3312 CompilerDecl imported_decl = SymbolFileDWARF::GetDecl(imported_uid); in GetClangDeclForDIE()
203 CompilerDecl Variable::GetDecl() { in GetDecl() function in Variable
1444 return ClangUtil::GetDecl(decl); in FromCompilerDecl()
1962 {"_ZN5clang9ASTReader7GetDeclEj", "clang::ASTReader::GetDecl(unsigned int)"},