Searched refs:getRepAsDecl (Results 1 – 9 of 9) 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()
444 return cast<TagDecl>(getRepAsDecl())->isCompleteDefinition(); in hasTagDefinition()1436 return isDeclRep(tst) && getRepAsDecl() != nullptr && in isMissingDeclaratorOk()
1575 TagDecl *D = dyn_cast_or_null<TagDecl>(DS.getRepAsDecl()); in ConvertDeclSpecToType()3270 OwnedTagDecl = cast<TagDecl>(D.getDeclSpec().getRepAsDecl()); in GetDeclSpecTypeForDeclarator()5117 TagDecl *Tag = cast<TagDecl>(D.getDeclSpec().getRepAsDecl()); in GetFullTypeForDeclarator()
4560 TagD = DS.getRepAsDecl(); in ParsedFreeStandingDeclSpec()13341 Decls.push_back(DS.getRepAsDecl()); in FinalizeDeclaratorGroup()13393 if (TagDecl *Tag = dyn_cast_or_null<TagDecl>(DS.getRepAsDecl())) { in FinalizeDeclaratorGroup()15038 TagDecl *tagFromDeclSpec = cast<TagDecl>(D.getDeclSpec().getRepAsDecl()); in ParseTypedefDecl()
490 Decl *getRepAsDecl() const { in getRepAsDecl() function
59 *OwnedType = DS.isTypeSpecOwned() ? DS.getRepAsDecl() : nullptr; in ParseTypeName()2629 Diag(PP.getLocForEndOfToken(DS.getRepAsDecl()->getLocEnd()), in DiagnoseMissingSemiAfterTagDefinition()
58 *OwnedType = DS.isTypeSpecOwned() ? DS.getRepAsDecl() : nullptr; in ParseTypeName()2929 Diag(PP.getLocForEndOfToken(DS.getRepAsDecl()->getEndLoc()), in DiagnoseMissingSemiAfterTagDefinition()