Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/Sema/
H A DDeclSpec.h570 SourceLocation getVolatileSpecLoc() const { return TQ_volatileLoc; } in getVolatileSpecLoc() function
1475 return MethodQualifiers->getVolatileSpecLoc(); in getVolatileQualifierLoc()
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaType.cpp783 QualLoc(DeclSpec::TQ_volatile, DS.getVolatileSpecLoc()), in diagnoseAndRemoveTypeQualifiers()
1893 S.Diag(DS.getVolatileSpecLoc(), diag::ext_duplicate_declspec) in ConvertDeclSpecToType()
3341 D.getDeclSpec().getVolatileSpecLoc(), in diagnoseRedundantReturnTypeQualifiers()
H A DSemaDeclCXX.cpp826 Diag(DS.getVolatileSpecLoc(), in ActOnDecompositionDeclarator()
10568 D.getDeclSpec().getConstSpecLoc(), D.getDeclSpec().getVolatileSpecLoc(), in CheckConstructorDeclarator()
10744 D.getDeclSpec().getVolatileSpecLoc(), in CheckDestructorDeclarator()
11095 Diagnoser.check(DS.getVolatileSpecLoc(), "volatile"); in CheckDeductionGuideDeclarator()
17083 Diag(DS.getVolatileSpecLoc(), diag::err_friend_decl_spec) << "volatile"; in ActOnFriendTypeDecl()
H A DSemaDecl.cpp5536 Diag(DS.getVolatileSpecLoc(), in BuildAnonymousStructOrUnion()
5539 << FixItHint::CreateRemoval(DS.getVolatileSpecLoc()); in BuildAnonymousStructOrUnion()
/openbsd-src/gnu/llvm/clang/lib/Parse/
H A DParseDecl.cpp6125 DS.getVolatileSpecLoc(), DS.getRestrictSpecLoc(), in ParseDeclaratorInternal()
6156 Diag(DS.getVolatileSpecLoc(), in ParseDeclaratorInternal()