Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DDeclSpec.h616 SourceLocation getConstSpecLoc() const { return TQ_constLoc; } in getConstSpecLoc() function
1533 return MethodQualifiers->getConstSpecLoc(); in getConstQualifierLoc()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaType.cpp820 for (QualLoc Qual : {QualLoc(DeclSpec::TQ_const, DS.getConstSpecLoc()), in diagnoseAndRemoveTypeQualifiers()
1537 S.Diag(DS.getConstSpecLoc(), diag::ext_duplicate_declspec) in ConvertDeclSpecToType()
3009 D.getDeclSpec().getConstSpecLoc(), in diagnoseRedundantReturnTypeQualifiers()
H A DSemaDeclCXX.cpp11012 D.getDeclSpec().getConstSpecLoc(), D.getDeclSpec().getVolatileSpecLoc(), in CheckConstructorDeclarator()
11180 D.getDeclSpec().getConstSpecLoc(), in CheckDestructorDeclarator()
11651 Diagnoser.check(DS.getConstSpecLoc(), "const"); in CheckDeductionGuideDeclarator()
18049 Diag(DS.getConstSpecLoc(), diag::err_friend_decl_spec) << "const"; in ActOnFriendTypeDecl()
H A DSemaDecl.cpp5326 Diag(DS.getConstSpecLoc(), DiagID) << "const"; in ParsedFreeStandingDeclSpec()
5328 Diag(DS.getConstSpecLoc(), DiagID) << "volatile"; in ParsedFreeStandingDeclSpec()
5618 Diag(DS.getConstSpecLoc(), diag::ext_anonymous_struct_union_qualified) in BuildAnonymousStructOrUnion()
5620 << FixItHint::CreateRemoval(DS.getConstSpecLoc()); in BuildAnonymousStructOrUnion()
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseDecl.cpp6453 DS.getTypeQualifiers(), Loc, DS.getConstSpecLoc(), in ParseDeclaratorInternal()
6482 Diag(DS.getConstSpecLoc(), in ParseDeclaratorInternal()