Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Sema/
H A DDeclSpec.h548 SourceLocation getConstSpecLoc() const { return TQ_constLoc; } in getConstSpecLoc() function
1423 return MethodQualifiers->getConstSpecLoc(); in getConstQualifierLoc()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaType.cpp752 for (QualLoc Qual : {QualLoc(DeclSpec::TQ_const, DS.getConstSpecLoc()), in diagnoseAndRemoveTypeQualifiers()
1694 S.Diag(DS.getConstSpecLoc(), diag::ext_duplicate_declspec) in ConvertDeclSpecToType()
2830 D.getDeclSpec().getConstSpecLoc(), in diagnoseRedundantReturnTypeQualifiers()
H A DSemaDeclCXX.cpp8175 D.getDeclSpec().getConstSpecLoc(), D.getDeclSpec().getVolatileSpecLoc(), in CheckConstructorDeclarator()
8359 D.getDeclSpec().getConstSpecLoc(), in CheckDestructorDeclarator()
8716 Diagnoser.check(DS.getConstSpecLoc(), "const"); in CheckDeductionGuideDeclarator()
14188 Diag(DS.getConstSpecLoc(), diag::err_friend_decl_spec) << "const"; in ActOnFriendTypeDecl()
H A DSemaDecl.cpp4431 Diag(DS.getConstSpecLoc(), DiagID) << "const"; in ParsedFreeStandingDeclSpec()
4433 Diag(DS.getConstSpecLoc(), DiagID) << "volatile"; in ParsedFreeStandingDeclSpec()
4679 Diag(DS.getConstSpecLoc(), diag::ext_anonymous_struct_union_qualified) in BuildAnonymousStructOrUnion()
4681 << FixItHint::CreateRemoval(DS.getConstSpecLoc()); in BuildAnonymousStructOrUnion()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Parse/
H A DParseDecl.cpp5435 DS.getTypeQualifiers(), Loc, DS.getConstSpecLoc(), in ParseDeclaratorInternal()
5464 Diag(DS.getConstSpecLoc(), in ParseDeclaratorInternal()