Searched refs:getVolatileSpecLoc (Results 1 – 10 of 10) sorted by relevance
/external/llvm-project/clang/include/clang/Sema/ |
D | DeclSpec.h | 550 SourceLocation getVolatileSpecLoc() const { return TQ_volatileLoc; } in getVolatileSpecLoc() function 1449 return MethodQualifiers->getVolatileSpecLoc(); in getVolatileQualifierLoc()
|
/external/clang/lib/Parse/ |
D | ParseDecl.cpp | 5082 DS.getVolatileSpecLoc(), in ParseDeclaratorInternal() 5117 Diag(DS.getVolatileSpecLoc(), in ParseDeclaratorInternal() 5646 VolatileQualifierLoc = DS.getVolatileSpecLoc(); in ParseFunctionDeclarator()
|
D | ParseDeclCXX.cpp | 2197 DeclSpecCheck(DeclSpec::TQ_volatile, "volatile", DS.getVolatileSpecLoc(), in MaybeParseAndDiagnoseDeclSpecAfterCXX11VirtSpecifierSeq()
|
/external/clang/lib/Sema/ |
D | SemaType.cpp | 738 QualLoc(DeclSpec::TQ_volatile, DS.getVolatileSpecLoc()), in diagnoseAndRemoveTypeQualifiers() 1718 S.Diag(DS.getVolatileSpecLoc(), diag::ext_duplicate_declspec) in ConvertDeclSpecToType() 2769 D.getDeclSpec().getVolatileSpecLoc(), in diagnoseRedundantReturnTypeQualifiers()
|
D | SemaDeclCXX.cpp | 6834 D.getDeclSpec().getConstSpecLoc(), D.getDeclSpec().getVolatileSpecLoc(), in CheckConstructorDeclarator() 7004 D.getDeclSpec().getVolatileSpecLoc(), in CheckDestructorDeclarator()
|
D | SemaDecl.cpp | 4305 Diag(DS.getVolatileSpecLoc(), in BuildAnonymousStructOrUnion() 4308 << FixItHint::CreateRemoval(DS.getVolatileSpecLoc()); in BuildAnonymousStructOrUnion()
|
/external/llvm-project/clang/lib/Sema/ |
D | SemaType.cpp | 789 QualLoc(DeclSpec::TQ_volatile, DS.getVolatileSpecLoc()), in diagnoseAndRemoveTypeQualifiers() 1817 S.Diag(DS.getVolatileSpecLoc(), diag::ext_duplicate_declspec) in ConvertDeclSpecToType() 3165 D.getDeclSpec().getVolatileSpecLoc(), in diagnoseRedundantReturnTypeQualifiers()
|
D | SemaDeclCXX.cpp | 808 Diag(DS.getVolatileSpecLoc(), in ActOnDecompositionDeclarator() 10201 D.getDeclSpec().getConstSpecLoc(), D.getDeclSpec().getVolatileSpecLoc(), in CheckConstructorDeclarator() 10377 D.getDeclSpec().getVolatileSpecLoc(), in CheckDestructorDeclarator() 10727 Diagnoser.check(DS.getVolatileSpecLoc(), "volatile"); in CheckDeductionGuideDeclarator() 16339 Diag(DS.getVolatileSpecLoc(), diag::err_friend_decl_spec) << "volatile"; in ActOnFriendTypeDecl()
|
D | SemaDecl.cpp | 5030 Diag(DS.getVolatileSpecLoc(), in BuildAnonymousStructOrUnion() 5033 << FixItHint::CreateRemoval(DS.getVolatileSpecLoc()); in BuildAnonymousStructOrUnion()
|
/external/llvm-project/clang/lib/Parse/ |
D | ParseDecl.cpp | 5745 DS.getVolatileSpecLoc(), DS.getRestrictSpecLoc(), in ParseDeclaratorInternal() 5776 Diag(DS.getVolatileSpecLoc(), in ParseDeclaratorInternal()
|