Lines Matching refs:GetDecl

4078                            cast<FunctionDecl>(GetDecl(CUDASpecialDeclRefs[0])));  in InitializeContext()
6142 return GetDecl(ID); in GetExternalDecl()
6374 Decl *ASTReader::GetDecl(DeclID ID) { in GetDecl() function in ASTReader
6568 GetDecl(getGlobalDeclID(*DInfo.Mod, *BeginIt)) in FindFileRegionDecls()
6580 Decls.push_back(GetDecl(getGlobalDeclID(*DInfo.Mod, *DIt))); in FindFileRegionDecls()
6703 Contexts.push_back(cast<DeclContext>(GetDecl(Merged->second[I]))); in FindExternalVisibleDeclsByName()
6824 Contexts.push_back(cast<DeclContext>(GetDecl(Merged->second[I]))); in completeVisibleDeclsMap()
6867 GetDecl(ID); in PassInterestingDeclsToConsumer()
7057 NamedDecl *D = cast<NamedDecl>(GetDecl(ID)); in InitializeSema()
7313 = dyn_cast_or_null<NamespaceDecl>(GetDecl(KnownNamespaces[I]))) in ReadKnownNamespaces()
7321 NamedDecl *D = cast<NamedDecl>(GetDecl(UndefinedButUsed[Idx++])); in ReadUndefinedButUsed()
7331 VarDecl *Var = dyn_cast_or_null<VarDecl>(GetDecl(TentativeDefinitions[I])); in ReadTentativeDefinitions()
7342 = dyn_cast_or_null<DeclaratorDecl>(GetDecl(UnusedFileScopedDecls[I])); in ReadUnusedFileScopedDecls()
7353 = dyn_cast_or_null<CXXConstructorDecl>(GetDecl(DelegatingCtorDecls[I])); in ReadDelegatingConstructors()
7363 = dyn_cast_or_null<TypedefNameDecl>(GetDecl(ExtVectorDecls[I])); in ReadExtVectorDecls()
7375 GetDecl(UnusedLocalTypedefNameCandidates[I])); in ReadUnusedLocalTypedefNameCandidates()
7423 VT.Record = dyn_cast_or_null<CXXRecordDecl>(GetDecl(VTableUses[Idx++])); in ReadUsedVTables()
7435 ValueDecl *D = cast<ValueDecl>(GetDecl(PendingInstantiations[Idx++])); in ReadPendingInstantiations()
7448 FunctionDecl *FD = cast<FunctionDecl>(GetDecl(LateParsedTemplates[Idx++])); in ReadLateParsedTemplates()
7451 LT->D = GetDecl(LateParsedTemplates[Idx++]); in ReadLateParsedTemplates()
7514 NamedDecl *D = cast<NamedDecl>(GetDecl(DeclIDs[I])); in SetGloballyVisibleDecls()
8396 DeclContext *SemaDC = cast<DeclContext>(GetDecl(Info.SemaDC)); in finishPendingActions()
8397 DeclContext *LexicalDC = cast<DeclContext>(GetDecl(Info.LexicalDC)); in finishPendingActions()