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

/external/clang/lib/Sema/
H A DDeclSpec.cpp331 return cast<TagDecl>(getRepAsDecl())->isCompleteDefinition();
1172 return isDeclRep(tst) && getRepAsDecl() != nullptr &&
H A DSemaType.cpp888 TypeDecl *D = dyn_cast_or_null<TypeDecl>(DS.getRepAsDecl());
2130 OwnedTagDecl = cast<TagDecl>(D.getDeclSpec().getRepAsDecl());
2836 TagDecl *Tag = cast<TagDecl>(D.getDeclSpec().getRepAsDecl());
H A DSemaDecl.cpp3322 TagD = DS.getRepAsDecl();
9322 Decls.push_back(DS.getRepAsDecl());
9334 if (TagDecl *Tag = dyn_cast_or_null<TagDecl>(DS.getRepAsDecl())) {
10505 TagDecl *tagFromDeclSpec = cast<TagDecl>(D.getDeclSpec().getRepAsDecl());
/external/clang/include/clang/Sema/
H A DDeclSpec.h475 Decl *getRepAsDecl() const { function in class:clang::DeclSpec
/external/clang/lib/Parse/
H A DParseDecl.cpp56 *OwnedType = DS.isTypeSpecOwned() ? DS.getRepAsDecl() : nullptr;
2386 Diag(PP.getLocForEndOfToken(DS.getRepAsDecl()->getLocEnd()),

Completed in 140 milliseconds