Searched refs:getVolatileSpecLoc (Results 1 – 5 of 5) sorted by relevance
| /llvm-project-15.0.7/clang/include/clang/Sema/ |
| H A D | DeclSpec.h | 551 SourceLocation getVolatileSpecLoc() const { return TQ_volatileLoc; } in getVolatileSpecLoc() function 1453 return MethodQualifiers->getVolatileSpecLoc(); in getVolatileQualifierLoc()
|
| /llvm-project-15.0.7/clang/lib/Sema/ |
| H A D | SemaType.cpp | 780 QualLoc(DeclSpec::TQ_volatile, DS.getVolatileSpecLoc()), in diagnoseAndRemoveTypeQualifiers() 1871 S.Diag(DS.getVolatileSpecLoc(), diag::ext_duplicate_declspec) in ConvertDeclSpecToType() 3274 D.getDeclSpec().getVolatileSpecLoc(), in diagnoseRedundantReturnTypeQualifiers()
|
| H A D | SemaDeclCXX.cpp | 806 Diag(DS.getVolatileSpecLoc(), in ActOnDecompositionDeclarator() 10480 D.getDeclSpec().getConstSpecLoc(), D.getDeclSpec().getVolatileSpecLoc(), in CheckConstructorDeclarator() 10656 D.getDeclSpec().getVolatileSpecLoc(), in CheckDestructorDeclarator() 11006 Diagnoser.check(DS.getVolatileSpecLoc(), "volatile"); in CheckDeductionGuideDeclarator() 16874 Diag(DS.getVolatileSpecLoc(), diag::err_friend_decl_spec) << "volatile"; in ActOnFriendTypeDecl()
|
| H A D | SemaDecl.cpp | 5460 Diag(DS.getVolatileSpecLoc(), in BuildAnonymousStructOrUnion() 5463 << FixItHint::CreateRemoval(DS.getVolatileSpecLoc()); in BuildAnonymousStructOrUnion()
|
| /llvm-project-15.0.7/clang/lib/Parse/ |
| H A D | ParseDecl.cpp | 5989 DS.getVolatileSpecLoc(), DS.getRestrictSpecLoc(), in ParseDeclaratorInternal() 6020 Diag(DS.getVolatileSpecLoc(), in ParseDeclaratorInternal()
|