Lines Matching refs:getDeclSpec
2024 bool TypeContainsAuto = D.getDeclSpec().containsPlaceholderType(); in ParseDeclarationAfterDeclaratorAndAttributes()
3719 FD.D.getDeclSpec().getSourceRange().getBegin(), in ParseStructUnionBody()
5042 if (D.getDeclSpec().isTypeSpecPipe() && !isPipeDeclerator(D)) { in ParseDeclaratorInternal()
5249 D.getDeclSpec().getTypeSpecType() != TST_auto)) { in ParseDirectDeclarator()
5271 if (D.getDeclSpec().hasTypeSpecifier()) in ParseDirectDeclarator()
5373 << (D.getDeclSpec().isEmpty() ? SourceRange() in ParseDirectDeclarator()
5374 : D.getDeclSpec().getSourceRange()); in ParseDirectDeclarator()
5663 D.getDeclSpec().getStorageClassSpec() != DeclSpec::SCS_typedef && in ParseFunctionDeclarator()
5665 ? !D.getDeclSpec().isFriendSpecified() in ParseFunctionDeclarator()
5672 (D.getDeclSpec().isConstexprSpecified() && in ParseFunctionDeclarator()
5714 if (D.getDeclSpec().getTypeSpecType() == TST_auto) in ParseFunctionDeclarator()
5715 StartLoc = D.getDeclSpec().getTypeSpecTypeLoc(); in ParseFunctionDeclarator()
6172 Declarator TempDeclarator(D.getDeclSpec(), D.getContext()); in ParseMisplacedBracketDeclarator()