Searched refs:getVolatileSpecLoc (Results 1 – 5 of 5) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/Sema/ |
| H A D | DeclSpec.h | 550 SourceLocation getVolatileSpecLoc() const { return TQ_volatileLoc; } in getVolatileSpecLoc() function 1429 return MethodQualifiers->getVolatileSpecLoc(); in getVolatileQualifierLoc()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/ |
| H A D | SemaType.cpp | 754 QualLoc(DeclSpec::TQ_volatile, DS.getVolatileSpecLoc()), in diagnoseAndRemoveTypeQualifiers() 1699 S.Diag(DS.getVolatileSpecLoc(), diag::ext_duplicate_declspec) in ConvertDeclSpecToType() 2831 D.getDeclSpec().getVolatileSpecLoc(), in diagnoseRedundantReturnTypeQualifiers()
|
| H A D | SemaDeclCXX.cpp | 8175 D.getDeclSpec().getConstSpecLoc(), D.getDeclSpec().getVolatileSpecLoc(), in CheckConstructorDeclarator() 8360 D.getDeclSpec().getVolatileSpecLoc(), in CheckDestructorDeclarator() 8718 Diagnoser.check(DS.getVolatileSpecLoc(), "volatile"); in CheckDeductionGuideDeclarator() 14190 Diag(DS.getVolatileSpecLoc(), diag::err_friend_decl_spec) << "volatile"; in ActOnFriendTypeDecl()
|
| H A D | SemaDecl.cpp | 4683 Diag(DS.getVolatileSpecLoc(), in BuildAnonymousStructOrUnion() 4686 << FixItHint::CreateRemoval(DS.getVolatileSpecLoc()); in BuildAnonymousStructOrUnion()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Parse/ |
| H A D | ParseDecl.cpp | 5436 DS.getVolatileSpecLoc(), DS.getRestrictSpecLoc(), in ParseDeclaratorInternal() 5467 Diag(DS.getVolatileSpecLoc(), in ParseDeclaratorInternal()
|