Lines Matching refs:GetDecl

4046                            cast<FunctionDecl>(GetDecl(CUDASpecialDeclRefs[0])));  in InitializeContext()
6206 return GetDecl(ID); in GetExternalDecl()
6454 Decl *ASTReader::GetDecl(DeclID ID) { in GetDecl() function in ASTReader
6622 GetDecl(getGlobalDeclID(*DInfo.Mod, *BeginIt)) in FindFileRegionDecls()
6634 Decls.push_back(GetDecl(getGlobalDeclID(*DInfo.Mod, *DIt))); in FindFileRegionDecls()
6654 NamedDecl *ND = cast<NamedDecl>(GetDecl(ID)); in FindExternalVisibleDeclsByName()
6675 NamedDecl *ND = cast<NamedDecl>(GetDecl(ID)); in completeVisibleDeclsMap()
6721 GetDecl(ID); in PassInterestingDeclsToConsumer()
6911 NamedDecl *D = cast<NamedDecl>(GetDecl(ID)); in InitializeSema()
7175 = dyn_cast_or_null<NamespaceDecl>(GetDecl(KnownNamespaces[I]))) in ReadKnownNamespaces()
7183 NamedDecl *D = cast<NamedDecl>(GetDecl(UndefinedButUsed[Idx++])); in ReadUndefinedButUsed()
7194 FieldDecl *FD = cast<FieldDecl>(GetDecl(DelayedDeleteExprs[Idx++])); in ReadMismatchingDeleteExpressions()
7208 VarDecl *Var = dyn_cast_or_null<VarDecl>(GetDecl(TentativeDefinitions[I])); in ReadTentativeDefinitions()
7219 = dyn_cast_or_null<DeclaratorDecl>(GetDecl(UnusedFileScopedDecls[I])); in ReadUnusedFileScopedDecls()
7230 = dyn_cast_or_null<CXXConstructorDecl>(GetDecl(DelegatingCtorDecls[I])); in ReadDelegatingConstructors()
7240 = dyn_cast_or_null<TypedefNameDecl>(GetDecl(ExtVectorDecls[I])); in ReadExtVectorDecls()
7252 GetDecl(UnusedLocalTypedefNameCandidates[I])); in ReadUnusedLocalTypedefNameCandidates()
7300 VT.Record = dyn_cast_or_null<CXXRecordDecl>(GetDecl(VTableUses[Idx++])); in ReadUsedVTables()
7312 ValueDecl *D = cast<ValueDecl>(GetDecl(PendingInstantiations[Idx++])); in ReadPendingInstantiations()
7325 FunctionDecl *FD = cast<FunctionDecl>(GetDecl(LateParsedTemplates[Idx++])); in ReadLateParsedTemplates()
7328 LT->D = GetDecl(LateParsedTemplates[Idx++]); in ReadLateParsedTemplates()
7391 NamedDecl *D = cast<NamedDecl>(GetDecl(DeclIDs[I])); in SetGloballyVisibleDecls()
8317 DeclContext *SemaDC = cast<DeclContext>(GetDecl(Info.SemaDC)); in finishPendingActions()
8318 DeclContext *LexicalDC = cast<DeclContext>(GetDecl(Info.LexicalDC)); in finishPendingActions()