Lines Matching refs:getDeclSpec
1801 bool TypeContainsAuto = D.getDeclSpec().containsPlaceholderType(); in ParseDeclarationAfterDeclaratorAndAttributes()
3350 FD.D.getDeclSpec().getSourceRange().getBegin(), in ParseStructUnionBody()
4775 if (D.getDeclSpec().hasTypeSpecifier()) in ParseDirectDeclarator()
4862 << (D.getDeclSpec().isEmpty() ? SourceRange() in ParseDirectDeclarator()
4863 : D.getDeclSpec().getSourceRange()); in ParseDirectDeclarator()
5157 D.getDeclSpec().getStorageClassSpec() != DeclSpec::SCS_typedef && in ParseFunctionDeclarator()
5159 ? !D.getDeclSpec().isFriendSpecified() in ParseFunctionDeclarator()
5166 (D.getDeclSpec().isConstexprSpecified() && in ParseFunctionDeclarator()
5187 if (D.getDeclSpec().getTypeSpecType() == TST_auto) in ParseFunctionDeclarator()
5188 StartLoc = D.getDeclSpec().getTypeSpecTypeLoc(); in ParseFunctionDeclarator()
5593 Declarator TempDeclarator(D.getDeclSpec(), D.getContext()); in ParseMisplacedBracketDeclarator()