Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaType.cpp1110 S.Diag(DS.getVolatileSpecLoc(), diag::warn_typecheck_function_qualifiers) in ConvertDeclSpecToType()
1135 QualLoc(DeclSpec::TQ_volatile, DS.getVolatileSpecLoc()), in ConvertDeclSpecToType()
1160 S.Diag(DS.getVolatileSpecLoc(), diag::ext_duplicate_declspec) in ConvertDeclSpecToType()
2103 D.getDeclSpec().getVolatileSpecLoc(), in diagnoseRedundantReturnTypeQualifiers()
DSemaDeclCXX.cpp6285 D.getDeclSpec().getConstSpecLoc(), D.getDeclSpec().getVolatileSpecLoc(), in CheckConstructorDeclarator()
6455 D.getDeclSpec().getVolatileSpecLoc(), in CheckDestructorDeclarator()
DSemaDecl.cpp3763 Diag(DS.getVolatileSpecLoc(), in BuildAnonymousStructOrUnion()
3766 << FixItHint::CreateRemoval(DS.getVolatileSpecLoc()); in BuildAnonymousStructOrUnion()
/external/clang/include/clang/Sema/
DDeclSpec.h526 SourceLocation getVolatileSpecLoc() const { return TQ_volatileLoc; } in getVolatileSpecLoc() function
/external/clang/lib/Parse/
DParseDecl.cpp4598 DS.getVolatileSpecLoc(), in ParseDeclaratorInternal()
4631 Diag(DS.getVolatileSpecLoc(), in ParseDeclaratorInternal()
5134 VolatileQualifierLoc = DS.getVolatileSpecLoc(); in ParseFunctionDeclarator()