Searched refs:getVolatileSpecLoc (Results 1 – 5 of 5) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/ |
H A D | DeclSpec.h | 550 SourceLocation getVolatileSpecLoc() const { return TQ_volatileLoc; } in getVolatileSpecLoc() function 1452 return MethodQualifiers->getVolatileSpecLoc(); in getVolatileQualifierLoc()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/ |
H A D | SemaType.cpp | 789 QualLoc(DeclSpec::TQ_volatile, DS.getVolatileSpecLoc()), in diagnoseAndRemoveTypeQualifiers() 1818 S.Diag(DS.getVolatileSpecLoc(), diag::ext_duplicate_declspec) in ConvertDeclSpecToType() 3181 D.getDeclSpec().getVolatileSpecLoc(), in diagnoseRedundantReturnTypeQualifiers()
|
H A D | SemaDeclCXX.cpp | 807 Diag(DS.getVolatileSpecLoc(), in ActOnDecompositionDeclarator() 10280 D.getDeclSpec().getConstSpecLoc(), D.getDeclSpec().getVolatileSpecLoc(), in CheckConstructorDeclarator() 10456 D.getDeclSpec().getVolatileSpecLoc(), in CheckDestructorDeclarator() 10806 Diagnoser.check(DS.getVolatileSpecLoc(), "volatile"); in CheckDeductionGuideDeclarator() 16413 Diag(DS.getVolatileSpecLoc(), diag::err_friend_decl_spec) << "volatile"; in ActOnFriendTypeDecl()
|
H A D | SemaDecl.cpp | 5051 Diag(DS.getVolatileSpecLoc(), in BuildAnonymousStructOrUnion() 5054 << FixItHint::CreateRemoval(DS.getVolatileSpecLoc()); in BuildAnonymousStructOrUnion()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Parse/ |
H A D | ParseDecl.cpp | 5805 DS.getVolatileSpecLoc(), DS.getRestrictSpecLoc(), in ParseDeclaratorInternal() 5836 Diag(DS.getVolatileSpecLoc(), in ParseDeclaratorInternal()
|