Lines Matching refs:GetDecl
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 ASTReader
8025 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()
8699 cast<FieldDecl>(GetDecl(GlobalDeclID(DelayedDeleteExprs[Idx++]))); in ReadMismatchingDeleteExpressions()
8713 VarDecl *Var = dyn_cast_or_null<VarDecl>(GetDecl(TentativeDefinitions[I])); in ReadTentativeDefinitions()
8724 = dyn_cast_or_null<DeclaratorDecl>(GetDecl(UnusedFileScopedDecls[I])); in ReadUnusedFileScopedDecls()
8735 = dyn_cast_or_null<CXXConstructorDecl>(GetDecl(DelegatingCtorDecls[I])); in ReadDelegatingConstructors()
8745 = dyn_cast_or_null<TypedefNameDecl>(GetDecl(ExtVectorDecls[I])); in ReadExtVectorDecls()
8757 GetDecl(UnusedLocalTypedefNameCandidates[I])); in ReadUnusedLocalTypedefNameCandidates()
8767 auto *D = dyn_cast_or_null<Decl>(GetDecl(I)); in ReadDeclsToCheckForDeferredDiags()
8814 VT.Record = dyn_cast_or_null<CXXRecordDecl>(GetDecl(TableInfo.ID)); in ReadUsedVTables()
8827 ValueDecl *D = cast<ValueDecl>(GetDecl(Inst.ID)); in ReadPendingInstantiations()
8922 NamedDecl *D = cast<NamedDecl>(GetDecl(DeclIDs[I])); in SetGloballyVisibleDecls()
9752 DeclContext *SemaDC = cast<DeclContext>(GetDecl(Info.SemaDC)); in finishPendingActions()
9753 DeclContext *LexicalDC = cast<DeclContext>(GetDecl(Info.LexicalDC)); in finishPendingActions()