Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/include/clang/Sema/
H A DDeclSpec.h550 SourceLocation getVolatileSpecLoc() const { return TQ_volatileLoc; } in getVolatileSpecLoc() function
1452 return MethodQualifiers->getVolatileSpecLoc(); in getVolatileQualifierLoc()
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaType.cpp790 QualLoc(DeclSpec::TQ_volatile, DS.getVolatileSpecLoc()), in diagnoseAndRemoveTypeQualifiers()
1842 S.Diag(DS.getVolatileSpecLoc(), diag::ext_duplicate_declspec) in ConvertDeclSpecToType()
3214 D.getDeclSpec().getVolatileSpecLoc(), in diagnoseRedundantReturnTypeQualifiers()
H A DSemaDeclCXX.cpp805 Diag(DS.getVolatileSpecLoc(), in ActOnDecompositionDeclarator()
10287 D.getDeclSpec().getConstSpecLoc(), D.getDeclSpec().getVolatileSpecLoc(), in CheckConstructorDeclarator()
10463 D.getDeclSpec().getVolatileSpecLoc(), in CheckDestructorDeclarator()
10813 Diagnoser.check(DS.getVolatileSpecLoc(), "volatile"); in CheckDeductionGuideDeclarator()
16618 Diag(DS.getVolatileSpecLoc(), diag::err_friend_decl_spec) << "volatile"; in ActOnFriendTypeDecl()
H A DSemaDecl.cpp5114 Diag(DS.getVolatileSpecLoc(), in BuildAnonymousStructOrUnion()
5117 << FixItHint::CreateRemoval(DS.getVolatileSpecLoc()); in BuildAnonymousStructOrUnion()
/freebsd-13.1/contrib/llvm-project/clang/lib/Parse/
H A DParseDecl.cpp5822 DS.getVolatileSpecLoc(), DS.getRestrictSpecLoc(), in ParseDeclaratorInternal()
5853 Diag(DS.getVolatileSpecLoc(), in ParseDeclaratorInternal()