Searched refs:getConstSpecLoc (Results 1 – 5 of 5) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/ |
| H A D | DeclSpec.h | 548 SourceLocation getConstSpecLoc() const { return TQ_constLoc; } in getConstSpecLoc() function 1446 return MethodQualifiers->getConstSpecLoc(); in getConstQualifierLoc()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/ |
| H A D | SemaType.cpp | 787 for (QualLoc Qual : {QualLoc(DeclSpec::TQ_const, DS.getConstSpecLoc()), in diagnoseAndRemoveTypeQualifiers() 1813 S.Diag(DS.getConstSpecLoc(), diag::ext_duplicate_declspec) in ConvertDeclSpecToType() 3180 D.getDeclSpec().getConstSpecLoc(), in diagnoseRedundantReturnTypeQualifiers()
|
| H A D | SemaDeclCXX.cpp | 10280 D.getDeclSpec().getConstSpecLoc(), D.getDeclSpec().getVolatileSpecLoc(), in CheckConstructorDeclarator() 10455 D.getDeclSpec().getConstSpecLoc(), in CheckDestructorDeclarator() 10804 Diagnoser.check(DS.getConstSpecLoc(), "const"); in CheckDeductionGuideDeclarator() 16411 Diag(DS.getConstSpecLoc(), diag::err_friend_decl_spec) << "const"; in ActOnFriendTypeDecl()
|
| H A D | SemaDecl.cpp | 4799 Diag(DS.getConstSpecLoc(), DiagID) << "const"; in ParsedFreeStandingDeclSpec() 4801 Diag(DS.getConstSpecLoc(), DiagID) << "volatile"; in ParsedFreeStandingDeclSpec() 5047 Diag(DS.getConstSpecLoc(), diag::ext_anonymous_struct_union_qualified) in BuildAnonymousStructOrUnion() 5049 << FixItHint::CreateRemoval(DS.getConstSpecLoc()); in BuildAnonymousStructOrUnion()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Parse/ |
| H A D | ParseDecl.cpp | 5804 DS.getTypeQualifiers(), Loc, DS.getConstSpecLoc(), in ParseDeclaratorInternal() 5833 Diag(DS.getConstSpecLoc(), in ParseDeclaratorInternal()
|