Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DDeclSpec.h616 SourceLocation getVolatileSpecLoc() const { return TQ_volatileLoc; } in getVolatileSpecLoc() function
1537 return MethodQualifiers->getVolatileSpecLoc(); in getVolatileQualifierLoc()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaType.cpp811 QualLoc(DeclSpec::TQ_volatile, DS.getVolatileSpecLoc()), in diagnoseAndRemoveTypeQualifiers()
1524 S.Diag(DS.getVolatileSpecLoc(), diag::ext_duplicate_declspec) in ConvertDeclSpecToType()
2958 D.getDeclSpec().getVolatileSpecLoc(), in diagnoseRedundantReturnTypeQualifiers()
H A DSemaDeclCXX.cpp825 Diag(DS.getVolatileSpecLoc(), in ActOnDecompositionDeclarator()
10776 D.getDeclSpec().getConstSpecLoc(), D.getDeclSpec().getVolatileSpecLoc(), in CheckConstructorDeclarator()
10940 D.getDeclSpec().getVolatileSpecLoc(), in CheckDestructorDeclarator()
11412 Diagnoser.check(DS.getVolatileSpecLoc(), "volatile"); in CheckDeductionGuideDeclarator()
17526 Diag(DS.getVolatileSpecLoc(), diag::err_friend_decl_spec) << "volatile"; in ActOnFriendTypeDecl()
H A DSemaDecl.cpp5508 Diag(DS.getVolatileSpecLoc(), in BuildAnonymousStructOrUnion()
5511 << FixItHint::CreateRemoval(DS.getVolatileSpecLoc()); in BuildAnonymousStructOrUnion()
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseDecl.cpp6742 DS.getVolatileSpecLoc(), DS.getRestrictSpecLoc(), in ParseDeclaratorInternal()
6773 Diag(DS.getVolatileSpecLoc(), in ParseDeclaratorInternal()