Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DDeclSpec.cpp445 return cast<TagDecl>(getRepAsDecl())->isCompleteDefinition(); in hasTagDefinition()
1438 return isDeclRep(tst) && getRepAsDecl() != nullptr && in isMissingDeclaratorOk()
H A DSemaType.cpp1566 TagDecl *D = dyn_cast_or_null<TagDecl>(DS.getRepAsDecl()); in ConvertDeclSpecToType()
3340 OwnedTagDecl = cast<TagDecl>(D.getDeclSpec().getRepAsDecl()); in GetDeclSpecTypeForDeclarator()
5190 TagDecl *Tag = cast<TagDecl>(D.getDeclSpec().getRepAsDecl()); in GetFullTypeForDeclarator()
H A DSemaDecl.cpp4644 TagD = DS.getRepAsDecl(); in ParsedFreeStandingDeclSpec()
13528 Decls.push_back(DS.getRepAsDecl()); in FinalizeDeclaratorGroup()
13580 if (TagDecl *Tag = dyn_cast_or_null<TagDecl>(DS.getRepAsDecl())) { in FinalizeDeclaratorGroup()
15225 TagDecl *tagFromDeclSpec = cast<TagDecl>(D.getDeclSpec().getRepAsDecl()); in ParseTypedefDecl()
H A DSemaDeclCXX.cpp11646 auto *Enum = cast<EnumDecl>(DS.getRepAsDecl()); in ActOnUsingEnumDeclaration()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Sema/
H A DDeclSpec.h490 Decl *getRepAsDecl() const { in getRepAsDecl() function
/freebsd-13.1/contrib/llvm-project/clang/lib/Parse/
H A DParseDecl.cpp58 *OwnedType = DS.isTypeSpecOwned() ? DS.getRepAsDecl() : nullptr; in ParseTypeName()
2983 Diag(PP.getLocForEndOfToken(DS.getRepAsDecl()->getEndLoc()), in DiagnoseMissingSemiAfterTagDefinition()