Searched refs:getRepAsDecl (Results 1 – 5 of 5) sorted by relevance
353 return cast<TagDecl>(getRepAsDecl())->isCompleteDefinition(); in hasTagDefinition()1207 return isDeclRep(tst) && getRepAsDecl() != nullptr && in isMissingDeclaratorOk()
1361 TypeDecl *D = dyn_cast_or_null<TypeDecl>(DS.getRepAsDecl()); in ConvertDeclSpecToType()2583 OwnedTagDecl = cast<TagDecl>(D.getDeclSpec().getRepAsDecl()); in GetDeclSpecTypeForDeclarator()3871 TagDecl *Tag = cast<TagDecl>(D.getDeclSpec().getRepAsDecl()); in GetFullTypeForDeclarator()
3719 TagD = DS.getRepAsDecl(); in ParsedFreeStandingDeclSpec()10262 Decls.push_back(DS.getRepAsDecl()); in FinalizeDeclaratorGroup()10274 if (TagDecl *Tag = dyn_cast_or_null<TagDecl>(DS.getRepAsDecl())) { in FinalizeDeclaratorGroup()11558 TagDecl *tagFromDeclSpec = cast<TagDecl>(D.getDeclSpec().getRepAsDecl()); in ParseTypedefDecl()
481 Decl *getRepAsDecl() const { in getRepAsDecl() function
58 *OwnedType = DS.isTypeSpecOwned() ? DS.getRepAsDecl() : nullptr; in ParseTypeName()2574 Diag(PP.getLocForEndOfToken(DS.getRepAsDecl()->getLocEnd()), in DiagnoseMissingSemiAfterTagDefinition()