Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaType.cpp1126 S.Diag(DS.getConstSpecLoc(), diag::warn_typecheck_function_qualifiers) in ConvertDeclSpecToType()
1154 QualLoc(DeclSpec::TQ_const, DS.getConstSpecLoc()), in ConvertDeclSpecToType()
1175 S.Diag(DS.getConstSpecLoc(), diag::ext_duplicate_declspec) in ConvertDeclSpecToType()
2123 D.getDeclSpec().getConstSpecLoc(), in diagnoseRedundantReturnTypeQualifiers()
DSemaDecl.cpp3741 Diag(DS.getConstSpecLoc(), DiagID) << "const"; in ParsedFreeStandingDeclSpec()
3743 Diag(DS.getConstSpecLoc(), DiagID) << "volatile"; in ParsedFreeStandingDeclSpec()
3999 Diag(DS.getConstSpecLoc(), diag::ext_anonymous_struct_union_qualified) in BuildAnonymousStructOrUnion()
4001 << FixItHint::CreateRemoval(DS.getConstSpecLoc()); in BuildAnonymousStructOrUnion()
DSemaDeclCXX.cpp6637 D.getDeclSpec().getConstSpecLoc(), D.getDeclSpec().getVolatileSpecLoc(), in CheckConstructorDeclarator()
6806 D.getDeclSpec().getConstSpecLoc(), in CheckDestructorDeclarator()
/external/clang/include/clang/Sema/
DDeclSpec.h541 SourceLocation getConstSpecLoc() const { return TQ_constLoc; } in getConstSpecLoc() function
/external/clang/lib/Parse/
DParseDecl.cpp4783 DS.getConstSpecLoc(), in ParseDeclaratorInternal()
4815 Diag(DS.getConstSpecLoc(), in ParseDeclaratorInternal()
5340 ConstQualifierLoc = DS.getConstSpecLoc(); in ParseFunctionDeclarator()
DParseDeclCXX.cpp2134 DeclSpecCheck(DeclSpec::TQ_const, "const", DS.getConstSpecLoc(), in MaybeParseAndDiagnoseDeclSpecAfterCXX11VirtSpecifierSeq()