Searched refs:getRepAsDecl (Results 1 – 5 of 5) sorted by relevance
939 return isDeclRep(tst) && getRepAsDecl() != 0 && in isMissingDeclaratorOk()
755 TypeDecl *D = dyn_cast_or_null<TypeDecl>(DS.getRepAsDecl()); in ConvertDeclSpecToType()1791 OwnedTagDecl = cast<TagDecl>(D.getDeclSpec().getRepAsDecl()); in GetDeclSpecTypeForDeclarator()2249 TagDecl *Tag = cast<TagDecl>(D.getDeclSpec().getRepAsDecl()); in GetFullTypeForDeclarator()
2383 TagD = DS.getRepAsDecl(); in ParsedFreeStandingDeclSpec()6855 Decls.push_back(DS.getRepAsDecl()); in FinalizeDeclaratorGroup()7782 TagDecl *tagFromDeclSpec = cast<TagDecl>(D.getDeclSpec().getRepAsDecl()); in ParseTypedefDecl()
440 Decl *getRepAsDecl() const { in getRepAsDecl() function
45 *OwnedType = DS.isTypeSpecOwned() ? DS.getRepAsDecl() : 0; in ParseTypeName()