Searched refs:getRepAsDecl (Results 1 – 5 of 5) sorted by relevance
960 return isDeclRep(tst) && getRepAsDecl() != 0 && in isMissingDeclaratorOk()
758 TypeDecl *D = dyn_cast_or_null<TypeDecl>(DS.getRepAsDecl()); in ConvertDeclSpecToType()1804 OwnedTagDecl = cast<TagDecl>(D.getDeclSpec().getRepAsDecl()); in GetDeclSpecTypeForDeclarator()2408 TagDecl *Tag = cast<TagDecl>(D.getDeclSpec().getRepAsDecl()); in GetFullTypeForDeclarator()
2614 TagD = DS.getRepAsDecl(); in ParsedFreeStandingDeclSpec()7148 Decls.push_back(DS.getRepAsDecl()); in FinalizeDeclaratorGroup()8144 TagDecl *tagFromDeclSpec = cast<TagDecl>(D.getDeclSpec().getRepAsDecl()); in ParseTypedefDecl()
452 Decl *getRepAsDecl() const { in getRepAsDecl() function
48 *OwnedType = DS.isTypeSpecOwned() ? DS.getRepAsDecl() : 0; in ParseTypeName()