Lines Matching defs:GetDecl
5455 cast<FunctionDecl>(GetDecl(CUDASpecialDeclRefs[0])));
7824 Decl *ASTReader::GetExternalDecl(GlobalDeclID ID) { return GetDecl(ID); }
8194 Decl *ASTReader::GetDecl(GlobalDeclID ID) {
8298 GetDecl(Info);
8337 GetDecl(Info);
8460 GetDecl(getGlobalDeclID(*DInfo.Mod,
8472 Decls.push_back(GetDecl(getGlobalDeclID(
8495 NamedDecl *ND = cast<NamedDecl>(GetDecl(ID));
8507 NamedDecl *ND = cast<NamedDecl>(GetDecl(ID));
8517 NamedDecl *ND = cast<NamedDecl>(GetDecl(ID));
8541 NamedDecl *ND = cast<NamedDecl>(GetDecl(ID));
8783 NamedDecl *D = cast<NamedDecl>(GetDecl(ID));
8798 Decl *D = GetDecl(ID);
9189 = dyn_cast_or_null<NamespaceDecl>(GetDecl(KnownNamespaces[I])))
9198 NamedDecl *D = cast<NamedDecl>(GetDecl(U.ID));
9210 cast<FieldDecl>(GetDecl(GlobalDeclID(DelayedDeleteExprs[Idx++])));
9224 VarDecl *Var = dyn_cast_or_null<VarDecl>(GetDecl(TentativeDefinitions[I]));
9235 = dyn_cast_or_null<DeclaratorDecl>(GetDecl(UnusedFileScopedDecls[I]));
9246 = dyn_cast_or_null<CXXConstructorDecl>(GetDecl(DelegatingCtorDecls[I]));
9256 = dyn_cast_or_null<TypedefNameDecl>(GetDecl(ExtVectorDecls[I]));
9268 GetDecl(UnusedLocalTypedefNameCandidates[I]));
9278 auto *D = dyn_cast_or_null<Decl>(GetDecl(I));
9325 VT.Record = dyn_cast_or_null<CXXRecordDecl>(GetDecl(TableInfo.ID));
9338 ValueDecl *D = cast<ValueDecl>(GetDecl(Inst.ID));
9452 NamedDecl *D = cast<NamedDecl>(GetDecl(DeclIDs[I]));
10291 DeclContext *SemaDC = cast<DeclContext>(GetDecl(Info.SemaDC));
10292 DeclContext *LexicalDC = cast<DeclContext>(GetDecl(Info.LexicalDC));