Searched refs:getVolatileSpecLoc (Results 1 – 5 of 5) sorted by relevance
| /freebsd-11-stable/contrib/llvm-project/clang/include/clang/Sema/ |
| HD | DeclSpec.h | 553 SourceLocation getVolatileSpecLoc() const { return TQ_volatileLoc; } in getVolatileSpecLoc() function 1455 return MethodQualifiers->getVolatileSpecLoc(); in getVolatileQualifierLoc()
|
| /freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/ |
| HD | SemaType.cpp | 786 QualLoc(DeclSpec::TQ_volatile, DS.getVolatileSpecLoc()), in diagnoseAndRemoveTypeQualifiers() 1772 S.Diag(DS.getVolatileSpecLoc(), diag::ext_duplicate_declspec) in ConvertDeclSpecToType() 2951 D.getDeclSpec().getVolatileSpecLoc(), in diagnoseRedundantReturnTypeQualifiers()
|
| HD | SemaDeclCXX.cpp | 782 Diag(DS.getVolatileSpecLoc(), in ActOnDecompositionDeclarator() 9851 D.getDeclSpec().getConstSpecLoc(), D.getDeclSpec().getVolatileSpecLoc(), in CheckConstructorDeclarator() 10029 D.getDeclSpec().getVolatileSpecLoc(), in CheckDestructorDeclarator() 10380 Diagnoser.check(DS.getVolatileSpecLoc(), "volatile"); in CheckDeductionGuideDeclarator() 15938 Diag(DS.getVolatileSpecLoc(), diag::err_friend_decl_spec) << "volatile"; in ActOnFriendTypeDecl()
|
| HD | SemaDecl.cpp | 4895 Diag(DS.getVolatileSpecLoc(), in BuildAnonymousStructOrUnion() 4898 << FixItHint::CreateRemoval(DS.getVolatileSpecLoc()); in BuildAnonymousStructOrUnion()
|
| /freebsd-11-stable/contrib/llvm-project/clang/lib/Parse/ |
| HD | ParseDecl.cpp | 5712 DS.getVolatileSpecLoc(), DS.getRestrictSpecLoc(), in ParseDeclaratorInternal() 5743 Diag(DS.getVolatileSpecLoc(), in ParseDeclaratorInternal()
|