Home
last modified time | relevance | path

Searched refs:getRepAsDecl (Results 1 – 5 of 5) sorted by relevance

/NextBSD/contrib/llvm/tools/clang/lib/Sema/
HDDeclSpec.cpp356 return cast<TagDecl>(getRepAsDecl())->isCompleteDefinition(); in hasTagDefinition()
1211 return isDeclRep(tst) && getRepAsDecl() != nullptr && in isMissingDeclaratorOk()
HDSemaType.cpp1349 TypeDecl *D = dyn_cast_or_null<TypeDecl>(DS.getRepAsDecl()); in ConvertDeclSpecToType()
2563 OwnedTagDecl = cast<TagDecl>(D.getDeclSpec().getRepAsDecl()); in GetDeclSpecTypeForDeclarator()
3830 TagDecl *Tag = cast<TagDecl>(D.getDeclSpec().getRepAsDecl()); in GetFullTypeForDeclarator()
HDSemaDecl.cpp3656 TagD = DS.getRepAsDecl(); in ParsedFreeStandingDeclSpec()
9977 Decls.push_back(DS.getRepAsDecl()); in FinalizeDeclaratorGroup()
9989 if (TagDecl *Tag = dyn_cast_or_null<TagDecl>(DS.getRepAsDecl())) { in FinalizeDeclaratorGroup()
11241 TagDecl *tagFromDeclSpec = cast<TagDecl>(D.getDeclSpec().getRepAsDecl()); in ParseTypedefDecl()
/NextBSD/contrib/llvm/tools/clang/include/clang/Sema/
HDDeclSpec.h485 Decl *getRepAsDecl() const { in getRepAsDecl() function
/NextBSD/contrib/llvm/tools/clang/lib/Parse/
HDParseDecl.cpp56 *OwnedType = DS.isTypeSpecOwned() ? DS.getRepAsDecl() : nullptr; in ParseTypeName()
2580 Diag(PP.getLocForEndOfToken(DS.getRepAsDecl()->getLocEnd()), in DiagnoseMissingSemiAfterTagDefinition()