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
1072 vars->GetVariableAtIndex(i)->GetDecl(); in LookupLocalVariable()1085 if (candidate_var->GetDecl() == decl) { in LookupLocalVariable()
113 CompilerDecl GetDecl();
1490 return Reader->GetDecl(Reader->getGlobalDeclID(*Mod, ID));1924 Decl *GetDecl(GlobalDeclID ID);1933 return GetDecl(getGlobalDeclID(F, LocalID)); in GetLocalDecl()1961 return GetDecl(ReadDeclID(F, R, I)); in ReadDecl()1971 return cast_or_null<T>(GetDecl(ReadDeclID(F, R, I))); in ReadDeclAs()
5213 cast<FunctionDecl>(GetDecl(CUDASpecialDeclRefs[0]))); in InitializeContext()7549 Decl *ASTReader::GetExternalDecl(GlobalDeclID ID) { return GetDecl(ID); } in GetExternalDecl()7839 Decl *ASTReader::GetDecl(GlobalDeclID ID) { in GetDecl() function in ASTReader8025 GetDecl(getGlobalDeclID(*DInfo.Mod, in FindFileRegionDecls()8037 Decls.push_back(GetDecl(getGlobalDeclID( in FindFileRegionDecls()8060 NamedDecl *ND = cast<NamedDecl>(GetDecl(ID)); in FindExternalVisibleDeclsByName()8081 NamedDecl *ND = cast<NamedDecl>(GetDecl(ID)); in completeVisibleDeclsMap()8279 NamedDecl *D = cast<NamedDecl>(GetDecl(ID)); in InitializeSema()8678 = dyn_cast_or_null<NamespaceDecl>(GetDecl(KnownNamespaces[I]))) in ReadKnownNamespaces()8687 NamedDecl *D = cast<NamedDecl>(GetDecl(U.ID)); in ReadUndefinedButUsed()[all …]
562 cast<TypedefNameDecl>(Reader.GetDecl(NamedDeclForTagDecl)); in Visit()1850 auto *Anon = cast<NamespaceDecl>(Reader.GetDecl(AnonNamespace)); in VisitNamespaceDecl()2803 auto *FirstDecl = cast_or_null<T>(Reader.GetDecl(FirstDeclID)); in VisitRedeclarable()4213 GetDecl(ID); in PassInterestingDeclsToConsumer()4248 auto *RD = cast<CXXRecordDecl>(GetDecl(ID)); in PassInterestingDeclsToConsumer()
302 static CompilerDecl GetDecl(const DWARFDIE &die);
1495 return GetDecl(die); in GetDeclForUID()4381 CompilerDecl SymbolFileDWARF::GetDecl(const DWARFDIE &die) { in GetDecl() function in SymbolFileDWARF
3305 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()