Home
last modified time | relevance | path

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

/external/clang/include/clang/Sema/
DDeclSpec.h531 SourceLocation getConstSpecLoc() const { return TQ_constLoc; } in getConstSpecLoc() function
/external/clang/lib/Parse/
DParseDecl.cpp4974 DS.getConstSpecLoc(), in ParseDeclaratorInternal()
5006 Diag(DS.getConstSpecLoc(), in ParseDeclaratorInternal()
5540 ConstQualifierLoc = DS.getConstSpecLoc(); in ParseFunctionDeclarator()
DParseDeclCXX.cpp2180 DeclSpecCheck(DeclSpec::TQ_const, "const", DS.getConstSpecLoc(), in MaybeParseAndDiagnoseDeclSpecAfterCXX11VirtSpecifierSeq()
/external/clang/lib/Sema/
DSemaType.cpp724 for (QualLoc Qual : {QualLoc(DeclSpec::TQ_const, DS.getConstSpecLoc()), in diagnoseAndRemoveTypeQualifiers()
1610 S.Diag(DS.getConstSpecLoc(), diag::ext_duplicate_declspec) in ConvertDeclSpecToType()
2558 D.getDeclSpec().getConstSpecLoc(), in diagnoseRedundantReturnTypeQualifiers()
DSemaDecl.cpp3924 Diag(DS.getConstSpecLoc(), DiagID) << "const"; in ParsedFreeStandingDeclSpec()
3926 Diag(DS.getConstSpecLoc(), DiagID) << "volatile"; in ParsedFreeStandingDeclSpec()
4174 Diag(DS.getConstSpecLoc(), diag::ext_anonymous_struct_union_qualified) in BuildAnonymousStructOrUnion()
4176 << FixItHint::CreateRemoval(DS.getConstSpecLoc()); in BuildAnonymousStructOrUnion()
DSemaDeclCXX.cpp6671 D.getDeclSpec().getConstSpecLoc(), D.getDeclSpec().getVolatileSpecLoc(), in CheckConstructorDeclarator()
6840 D.getDeclSpec().getConstSpecLoc(), in CheckDestructorDeclarator()