Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DDeclSpec.cpp960 return isDeclRep(tst) && getRepAsDecl() != 0 && in isMissingDeclaratorOk()
DSemaType.cpp758 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()
DSemaDecl.cpp2614 TagD = DS.getRepAsDecl(); in ParsedFreeStandingDeclSpec()
7148 Decls.push_back(DS.getRepAsDecl()); in FinalizeDeclaratorGroup()
8144 TagDecl *tagFromDeclSpec = cast<TagDecl>(D.getDeclSpec().getRepAsDecl()); in ParseTypedefDecl()
/external/clang/include/clang/Sema/
DDeclSpec.h452 Decl *getRepAsDecl() const { in getRepAsDecl() function
/external/clang/lib/Parse/
DParseDecl.cpp48 *OwnedType = DS.isTypeSpecOwned() ? DS.getRepAsDecl() : 0; in ParseTypeName()