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

/freebsd-10.0-release/contrib/llvm/tools/clang/include/clang/Sema/
H A DDeclSpec.h522 SourceLocation getVolatileSpecLoc() const { return TQ_volatileLoc; } function in class:clang::DeclSpec
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/Parse/
H A DParseDecl.cpp4488 DS.getVolatileSpecLoc(),
4521 Diag(DS.getVolatileSpecLoc(),
4996 VolatileQualifierLoc = DS.getVolatileSpecLoc();
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaType.cpp1100 S.Diag(DS.getVolatileSpecLoc(), diag::warn_typecheck_function_qualifiers)
1134 S.Diag(DS.getVolatileSpecLoc(), diag::ext_duplicate_declspec)
2008 D.getDeclSpec().getVolatileSpecLoc(),
H A DSemaDecl.cpp3455 Diag(DS.getVolatileSpecLoc(),
3458 << FixItHint::CreateRemoval(DS.getVolatileSpecLoc());

Completed in 397 milliseconds