Searched refs:getVolatileSpecLoc (Results 1 – 6 of 6) sorted by relevance
/external/clang/include/clang/Sema/ |
D | DeclSpec.h | 543 SourceLocation getVolatileSpecLoc() const { return TQ_volatileLoc; } in getVolatileSpecLoc() function
|
/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()
|