Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/llvm/tools/clang/lib/Sema/
DDeclSpec.cpp339 return cast<TagDecl>(getRepAsDecl())->isCompleteDefinition(); in hasTagDefinition()
1138 return isDeclRep(tst) && getRepAsDecl() != 0 && in isMissingDeclaratorOk()
DSemaType.cpp887 TypeDecl *D = dyn_cast_or_null<TypeDecl>(DS.getRepAsDecl()); in ConvertDeclSpecToType()
2098 OwnedTagDecl = cast<TagDecl>(D.getDeclSpec().getRepAsDecl()); in GetDeclSpecTypeForDeclarator()
2866 TagDecl *Tag = cast<TagDecl>(D.getDeclSpec().getRepAsDecl()); in GetFullTypeForDeclarator()
DSemaDecl.cpp3206 TagD = DS.getRepAsDecl(); in ParsedFreeStandingDeclSpec()
8973 Decls.push_back(DS.getRepAsDecl()); in FinalizeDeclaratorGroup()
8985 if (TagDecl *Tag = dyn_cast_or_null<TagDecl>(DS.getRepAsDecl())) { in FinalizeDeclaratorGroup()
10129 TagDecl *tagFromDeclSpec = cast<TagDecl>(D.getDeclSpec().getRepAsDecl()); in ParseTypedefDecl()
/freebsd-9-stable/contrib/llvm/tools/clang/include/clang/Sema/
DDeclSpec.h483 Decl *getRepAsDecl() const { in getRepAsDecl() function
/freebsd-9-stable/contrib/llvm/tools/clang/lib/Parse/
DParseDecl.cpp54 *OwnedType = DS.isTypeSpecOwned() ? DS.getRepAsDecl() : 0; in ParseTypeName()
2406 Diag(PP.getLocForEndOfToken(DS.getRepAsDecl()->getLocEnd()), in DiagnoseMissingSemiAfterTagDefinition()