Home
last modified time | relevance | path

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

/external/clang/include/clang/Sema/
DDeclSpec.h543 SourceLocation getVolatileSpecLoc() const { return TQ_volatileLoc; } in getVolatileSpecLoc() function
/external/clang/lib/Parse/
DParseDecl.cpp5082 DS.getVolatileSpecLoc(), in ParseDeclaratorInternal()
5117 Diag(DS.getVolatileSpecLoc(), in ParseDeclaratorInternal()
5646 VolatileQualifierLoc = DS.getVolatileSpecLoc(); in ParseFunctionDeclarator()
DParseDeclCXX.cpp2197 DeclSpecCheck(DeclSpec::TQ_volatile, "volatile", DS.getVolatileSpecLoc(), in MaybeParseAndDiagnoseDeclSpecAfterCXX11VirtSpecifierSeq()
/external/clang/lib/Sema/
DSemaType.cpp738 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()
DSemaDeclCXX.cpp6834 D.getDeclSpec().getConstSpecLoc(), D.getDeclSpec().getVolatileSpecLoc(), in CheckConstructorDeclarator()
7004 D.getDeclSpec().getVolatileSpecLoc(), in CheckDestructorDeclarator()
DSemaDecl.cpp4305 Diag(DS.getVolatileSpecLoc(), in BuildAnonymousStructOrUnion()
4308 << FixItHint::CreateRemoval(DS.getVolatileSpecLoc()); in BuildAnonymousStructOrUnion()