Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/Sema/
H A DDeclSpec.h568 SourceLocation getConstSpecLoc() const { return TQ_constLoc; } in getConstSpecLoc() function
1469 return MethodQualifiers->getConstSpecLoc(); in getConstQualifierLoc()
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaType.cpp781 for (QualLoc Qual : {QualLoc(DeclSpec::TQ_const, DS.getConstSpecLoc()), in diagnoseAndRemoveTypeQualifiers()
1888 S.Diag(DS.getConstSpecLoc(), diag::ext_duplicate_declspec) in ConvertDeclSpecToType()
3340 D.getDeclSpec().getConstSpecLoc(), in diagnoseRedundantReturnTypeQualifiers()
H A DSemaDeclCXX.cpp10568 D.getDeclSpec().getConstSpecLoc(), D.getDeclSpec().getVolatileSpecLoc(), in CheckConstructorDeclarator()
10743 D.getDeclSpec().getConstSpecLoc(), in CheckDestructorDeclarator()
11093 Diagnoser.check(DS.getConstSpecLoc(), "const"); in CheckDeductionGuideDeclarator()
17081 Diag(DS.getConstSpecLoc(), diag::err_friend_decl_spec) << "const"; in ActOnFriendTypeDecl()
H A DSemaDecl.cpp5281 Diag(DS.getConstSpecLoc(), DiagID) << "const"; in ParsedFreeStandingDeclSpec()
5283 Diag(DS.getConstSpecLoc(), DiagID) << "volatile"; in ParsedFreeStandingDeclSpec()
5532 Diag(DS.getConstSpecLoc(), diag::ext_anonymous_struct_union_qualified) in BuildAnonymousStructOrUnion()
5534 << FixItHint::CreateRemoval(DS.getConstSpecLoc()); in BuildAnonymousStructOrUnion()
/openbsd-src/gnu/llvm/clang/lib/Parse/
H A DParseDecl.cpp6124 DS.getTypeQualifiers(), Loc, DS.getConstSpecLoc(), in ParseDeclaratorInternal()
6153 Diag(DS.getConstSpecLoc(), in ParseDeclaratorInternal()