Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Sema/
HDDeclSpec.h553 SourceLocation getVolatileSpecLoc() const { return TQ_volatileLoc; } in getVolatileSpecLoc() function
1455 return MethodQualifiers->getVolatileSpecLoc(); in getVolatileQualifierLoc()
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
HDSemaType.cpp786 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()
HDSemaDeclCXX.cpp782 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()
HDSemaDecl.cpp4895 Diag(DS.getVolatileSpecLoc(), in BuildAnonymousStructOrUnion()
4898 << FixItHint::CreateRemoval(DS.getVolatileSpecLoc()); in BuildAnonymousStructOrUnion()
/freebsd-11-stable/contrib/llvm-project/clang/lib/Parse/
HDParseDecl.cpp5712 DS.getVolatileSpecLoc(), DS.getRestrictSpecLoc(), in ParseDeclaratorInternal()
5743 Diag(DS.getVolatileSpecLoc(), in ParseDeclaratorInternal()