Home
last modified time | relevance | path

Searched refs:getVolatileSpecLoc (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/clang/include/clang/Sema/
H A DDeclSpec.h551 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 DSemaType.cpp780 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 DSemaDeclCXX.cpp806 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 DSemaDecl.cpp5460 Diag(DS.getVolatileSpecLoc(), in BuildAnonymousStructOrUnion()
5463 << FixItHint::CreateRemoval(DS.getVolatileSpecLoc()); in BuildAnonymousStructOrUnion()
/llvm-project-15.0.7/clang/lib/Parse/
H A DParseDecl.cpp5989 DS.getVolatileSpecLoc(), DS.getRestrictSpecLoc(), in ParseDeclaratorInternal()
6020 Diag(DS.getVolatileSpecLoc(), in ParseDeclaratorInternal()