Home
last modified time | relevance | path

Searched refs:getConstSpecLoc (Results 1 – 4 of 4) sorted by relevance

/external/clang/include/clang/Sema/
DDeclSpec.h520 SourceLocation getConstSpecLoc() const { return TQ_constLoc; } in getConstSpecLoc() function
/external/clang/lib/Parse/
DParseDecl.cpp4521 DS.getConstSpecLoc(), in ParseDeclaratorInternal()
4552 Diag(DS.getConstSpecLoc(), in ParseDeclaratorInternal()
5035 ConstQualifierLoc = DS.getConstSpecLoc(); in ParseFunctionDeclarator()
/external/clang/lib/Sema/
DSemaType.cpp1107 S.Diag(DS.getConstSpecLoc(), diag::warn_typecheck_function_qualifiers) in ConvertDeclSpecToType()
1139 S.Diag(DS.getConstSpecLoc(), diag::ext_duplicate_declspec) in ConvertDeclSpecToType()
2040 D.getDeclSpec().getConstSpecLoc(), in diagnoseIgnoredFunctionQualifiers()
DSemaDecl.cpp3260 Diag(DS.getConstSpecLoc(), DiagID) << "const"; in ParsedFreeStandingDeclSpec()
3262 Diag(DS.getConstSpecLoc(), DiagID) << "volatile"; in ParsedFreeStandingDeclSpec()
3488 Diag(DS.getConstSpecLoc(), diag::ext_anonymous_struct_union_qualified) in BuildAnonymousStructOrUnion()
3490 << FixItHint::CreateRemoval(DS.getConstSpecLoc()); in BuildAnonymousStructOrUnion()