Lines Matching defs:GetDecl
5213 cast<FunctionDecl>(GetDecl(CUDASpecialDeclRefs[0])));
7549 Decl *ASTReader::GetExternalDecl(GlobalDeclID ID) { return GetDecl(ID); }
7839 Decl *ASTReader::GetDecl(GlobalDeclID ID) {
8025 GetDecl(getGlobalDeclID(*DInfo.Mod,
8037 Decls.push_back(GetDecl(getGlobalDeclID(
8060 NamedDecl *ND = cast<NamedDecl>(GetDecl(ID));
8081 NamedDecl *ND = cast<NamedDecl>(GetDecl(ID));
8279 NamedDecl *D = cast<NamedDecl>(GetDecl(ID));
8678 = dyn_cast_or_null<NamespaceDecl>(GetDecl(KnownNamespaces[I])))
8687 NamedDecl *D = cast<NamedDecl>(GetDecl(U.ID));
8699 cast<FieldDecl>(GetDecl(GlobalDeclID(DelayedDeleteExprs[Idx++])));
8713 VarDecl *Var = dyn_cast_or_null<VarDecl>(GetDecl(TentativeDefinitions[I]));
8724 = dyn_cast_or_null<DeclaratorDecl>(GetDecl(UnusedFileScopedDecls[I]));
8735 = dyn_cast_or_null<CXXConstructorDecl>(GetDecl(DelegatingCtorDecls[I]));
8745 = dyn_cast_or_null<TypedefNameDecl>(GetDecl(ExtVectorDecls[I]));
8757 GetDecl(UnusedLocalTypedefNameCandidates[I]));
8767 auto *D = dyn_cast_or_null<Decl>(GetDecl(I));
8814 VT.Record = dyn_cast_or_null<CXXRecordDecl>(GetDecl(TableInfo.ID));
8827 ValueDecl *D = cast<ValueDecl>(GetDecl(Inst.ID));
8922 NamedDecl *D = cast<NamedDecl>(GetDecl(DeclIDs[I]));
9752 DeclContext *SemaDC = cast<DeclContext>(GetDecl(Info.SemaDC));
9753 DeclContext *LexicalDC = cast<DeclContext>(GetDecl(Info.LexicalDC));