Searched refs:getRepAsDecl (Results 1 – 5 of 5) sorted by relevance
357 return cast<TagDecl>(getRepAsDecl())->isCompleteDefinition(); in hasTagDefinition()1234 return isDeclRep(tst) && getRepAsDecl() != nullptr && in isMissingDeclaratorOk()
1443 TypeDecl *D = dyn_cast_or_null<TypeDecl>(DS.getRepAsDecl()); in ConvertDeclSpecToType()2794 OwnedTagDecl = cast<TagDecl>(D.getDeclSpec().getRepAsDecl()); in GetDeclSpecTypeForDeclarator()4139 TagDecl *Tag = cast<TagDecl>(D.getDeclSpec().getRepAsDecl()); in GetFullTypeForDeclarator()
3835 TagD = DS.getRepAsDecl(); in ParsedFreeStandingDeclSpec()10671 Decls.push_back(DS.getRepAsDecl()); in FinalizeDeclaratorGroup()10683 if (TagDecl *Tag = dyn_cast_or_null<TagDecl>(DS.getRepAsDecl())) { in FinalizeDeclaratorGroup()11977 TagDecl *tagFromDeclSpec = cast<TagDecl>(D.getDeclSpec().getRepAsDecl()); in ParseTypedefDecl()
491 Decl *getRepAsDecl() const { in getRepAsDecl() function
59 *OwnedType = DS.isTypeSpecOwned() ? DS.getRepAsDecl() : nullptr; in ParseTypeName()2629 Diag(PP.getLocForEndOfToken(DS.getRepAsDecl()->getLocEnd()), in DiagnoseMissingSemiAfterTagDefinition()