Searched refs:getVolatileSpecLoc (Results 1 – 5 of 5) sorted by relevance
| /freebsd/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | DeclSpec.h | 618 SourceLocation getVolatileSpecLoc() const { return TQ_volatileLoc; } in getVolatileSpecLoc() function 1539 return MethodQualifiers->getVolatileSpecLoc(); in getVolatileQualifierLoc()
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaType.cpp | 822 QualLoc(DeclSpec::TQ_volatile, DS.getVolatileSpecLoc()), in diagnoseAndRemoveTypeQualifiers() 1542 S.Diag(DS.getVolatileSpecLoc(), diag::ext_duplicate_declspec) in ConvertDeclSpecToType() 3010 D.getDeclSpec().getVolatileSpecLoc(), in diagnoseRedundantReturnTypeQualifiers()
|
| H A D | SemaDeclCXX.cpp | 827 Diag(DS.getVolatileSpecLoc(), in ActOnDecompositionDeclarator() 11012 D.getDeclSpec().getConstSpecLoc(), D.getDeclSpec().getVolatileSpecLoc(), in CheckConstructorDeclarator() 11181 D.getDeclSpec().getVolatileSpecLoc(), in CheckDestructorDeclarator() 11653 Diagnoser.check(DS.getVolatileSpecLoc(), "volatile"); in CheckDeductionGuideDeclarator() 18051 Diag(DS.getVolatileSpecLoc(), diag::err_friend_decl_spec) << "volatile"; in ActOnFriendTypeDecl()
|
| H A D | SemaDecl.cpp | 5622 Diag(DS.getVolatileSpecLoc(), in BuildAnonymousStructOrUnion() 5625 << FixItHint::CreateRemoval(DS.getVolatileSpecLoc()); in BuildAnonymousStructOrUnion()
|
| /freebsd/contrib/llvm-project/clang/lib/Parse/ |
| H A D | ParseDecl.cpp | 6454 DS.getVolatileSpecLoc(), DS.getRestrictSpecLoc(), in ParseDeclaratorInternal() 6485 Diag(DS.getVolatileSpecLoc(), in ParseDeclaratorInternal()
|