Lines Matching refs:GetDecl
5038 cast<FunctionDecl>(GetDecl(CUDASpecialDeclRefs[0]))); in InitializeContext()
7280 return GetDecl(ID); in GetExternalDecl()
7548 Decl *ASTReader::GetDecl(DeclID ID) { in GetDecl() function in ASTReader
7721 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()
8386 FieldDecl *FD = cast<FieldDecl>(GetDecl(DelayedDeleteExprs[Idx++])); in ReadMismatchingDeleteExpressions()
8400 VarDecl *Var = dyn_cast_or_null<VarDecl>(GetDecl(TentativeDefinitions[I])); in ReadTentativeDefinitions()
8411 = dyn_cast_or_null<DeclaratorDecl>(GetDecl(UnusedFileScopedDecls[I])); in ReadUnusedFileScopedDecls()
8422 = dyn_cast_or_null<CXXConstructorDecl>(GetDecl(DelegatingCtorDecls[I])); in ReadDelegatingConstructors()
8432 = dyn_cast_or_null<TypedefNameDecl>(GetDecl(ExtVectorDecls[I])); in ReadExtVectorDecls()
8444 GetDecl(UnusedLocalTypedefNameCandidates[I])); in ReadUnusedLocalTypedefNameCandidates()
8454 auto *D = dyn_cast_or_null<Decl>(GetDecl(I)); in ReadDeclsToCheckForDeferredDiags()
8500 VT.Record = dyn_cast_or_null<CXXRecordDecl>(GetDecl(VTableUses[Idx++])); in ReadUsedVTables()
8512 ValueDecl *D = cast<ValueDecl>(GetDecl(PendingInstantiations[Idx++])); in ReadPendingInstantiations()
8597 NamedDecl *D = cast<NamedDecl>(GetDecl(DeclIDs[I])); in SetGloballyVisibleDecls()
9344 DeclContext *SemaDC = cast<DeclContext>(GetDecl(Info.SemaDC)); in finishPendingActions()
9345 DeclContext *LexicalDC = cast<DeclContext>(GetDecl(Info.LexicalDC)); in finishPendingActions()