Lines Matching refs:getDeclSpec

51       D.getDeclSpec().hasTypeSpecifier())
218 return const_cast<DeclSpec&>(declarator.getDeclSpec());
720 const DeclSpec &DS = declarator.getDeclSpec();
2038 diagnoseIgnoredQualifiers(S, D.getDeclSpec().getTypeQualifiers(),
2040 D.getDeclSpec().getConstSpecLoc(),
2041 D.getDeclSpec().getVolatileSpecLoc(),
2042 D.getDeclSpec().getRestrictSpecLoc(),
2043 D.getDeclSpec().getAtomicSpecLoc());
2065 ContainsPlaceholderType = D.getDeclSpec().containsPlaceholderType();
2067 if (!D.isInvalidType() && D.getDeclSpec().isTypeSpecOwned()) {
2068 OwnedTagDecl = cast<TagDecl>(D.getDeclSpec().getRepAsDecl());
2080 if (AttributeList *attrs = D.getDeclSpec().getAttributes().getList())
2115 if (D.getDeclSpec().getStorageClassSpec() == DeclSpec::SCS_static)
2161 if (D.getDeclSpec().getStorageClassSpec() == DeclSpec::SCS_typedef)
2187 SourceRange AutoRange = D.getDeclSpec().getTypeSpecTypeLoc();
2351 D.getDeclSpec().getStorageClassSpec()
2440 D.getDeclSpec().getStorageClassSpec() == DeclSpec::SCS_typedef ||
2642 if (D.getDeclSpec().getTypeSpecType() == DeclSpec::TST_auto &&
2645 S.Diag(D.getDeclSpec().getTypeSpecTypeLoc(),
2652 S.Diag(D.getDeclSpec().getTypeSpecTypeLoc(),
2654 << T << D.getDeclSpec().getSourceRange();
2659 S.Diag(D.getDeclSpec().getTypeSpecTypeLoc(),
2661 << T << D.getDeclSpec().getSourceRange();
2711 DiagLoc = D.getDeclSpec().getTypeSpecTypeLoc();
2712 FixitLoc = S.PP.getLocForEndOfToken(D.getDeclSpec().getLocEnd());
2754 = D.getDeclSpec().getAttributes().getList();
2775 if (LangOpts.CPlusPlus && D.getDeclSpec().isTypeSpecOwned()) {
2778 TagDecl *Tag = cast<TagDecl>(D.getDeclSpec().getRepAsDecl());
3024 D.getDeclSpec().isFriendSpecified());
3041 D.getDeclSpec().getStorageClassSpec() != DeclSpec::SCS_static) &&
3100 if (D.getDeclSpec().isConstexprSpecified() && T->isObjectType()) {
3752 TypeSpecLocFiller(Context, D.getDeclSpec()).Visit(CurrTL);