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

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

Completed in 238 milliseconds