Home
last modified time | relevance | path

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

/external/clang/include/clang/Sema/
DDeclSpec.h541 SourceLocation getConstSpecLoc() const { return TQ_constLoc; } in getConstSpecLoc() function
/external/clang/lib/Parse/
DParseDecl.cpp5081 DS.getConstSpecLoc(), in ParseDeclaratorInternal()
5114 Diag(DS.getConstSpecLoc(), in ParseDeclaratorInternal()
5645 ConstQualifierLoc = DS.getConstSpecLoc(); in ParseFunctionDeclarator()
DParseDeclCXX.cpp2195 DeclSpecCheck(DeclSpec::TQ_const, "const", DS.getConstSpecLoc(), in MaybeParseAndDiagnoseDeclSpecAfterCXX11VirtSpecifierSeq()
/external/clang/lib/Sema/
DSemaType.cpp736 for (QualLoc Qual : {QualLoc(DeclSpec::TQ_const, DS.getConstSpecLoc()), in diagnoseAndRemoveTypeQualifiers()
1713 S.Diag(DS.getConstSpecLoc(), diag::ext_duplicate_declspec) in ConvertDeclSpecToType()
2768 D.getDeclSpec().getConstSpecLoc(), in diagnoseRedundantReturnTypeQualifiers()
DSemaDecl.cpp4054 Diag(DS.getConstSpecLoc(), DiagID) << "const"; in ParsedFreeStandingDeclSpec()
4056 Diag(DS.getConstSpecLoc(), DiagID) << "volatile"; in ParsedFreeStandingDeclSpec()
4301 Diag(DS.getConstSpecLoc(), diag::ext_anonymous_struct_union_qualified) in BuildAnonymousStructOrUnion()
4303 << FixItHint::CreateRemoval(DS.getConstSpecLoc()); in BuildAnonymousStructOrUnion()
DSemaDeclCXX.cpp6834 D.getDeclSpec().getConstSpecLoc(), D.getDeclSpec().getVolatileSpecLoc(), in CheckConstructorDeclarator()
7003 D.getDeclSpec().getConstSpecLoc(), in CheckDestructorDeclarator()