• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/

Lines Matching refs:getLangOpts

178   assert(getLangOpts().CPlusPlus && "No template names in C!");
487 getLangOpts().CPlusPlus20 &&
525 std::string CorrectedStr(Corrected.getAsString(getLangOpts()));
564 !getLangOpts().CPlusPlus11) {
693 std::string CorrectedStr(Corrected.getAsString(getLangOpts()));
741 getLangOpts().CPlusPlus11 && isUnevaluatedContext();
889 unsigned DiagId = getLangOpts().MSVCCompat ? diag::ext_template_param_shadow
983 if (getLangOpts().CPlusPlus17) {
2423 S.Diag(ParamLoc, S.getLangOpts().CPlusPlus11 ?
4208 (!Context.getLangOpts().CPlusPlus20 ||
4698 getLangOpts().CPlusPlus11 ?
4868 Diag(Loc, getLangOpts().MSVCCompat
4916 if (getLangOpts().ObjCAutoRefCount &&
5453 << getLangOpts().CPlusPlus11;
6058 S.getLangOpts().CPlusPlus11 ?
6067 S.getLangOpts().CPlusPlus11 ?
6154 if (!S.getLangOpts().CPlusPlus11)
6303 if (S.getLangOpts().MicrosoftExt) {
6361 S.getLangOpts().CPlusPlus11
6460 S.getLangOpts().CPlusPlus11
6577 S.getLangOpts().CPlusPlus11
6693 if (getLangOpts().CPlusPlus17 && ParamType->isUndeducedType()) {
6801 if (getLangOpts().CPlusPlus17) {
6921 if (getLangOpts().CPlusPlus11) {
7270 if (getLangOpts().RelaxedTemplateTemplateArgs) {
7455 else if (T->isChar8Type() && getLangOpts().Char8)
7869 else if (isa<EnumDecl>(Specialized) && S.getLangOpts().CPlusPlus11)
7873 << S.getLangOpts().CPlusPlus11;
7904 if (S.getLangOpts().MicrosoftExt && !DC->isRecord())
8241 (!Context.getLangOpts().CPlusPlus20 ||
8694 Diag(NewLoc, (getLangOpts().MSVCCompat)
9253 S.getLangOpts().CPlusPlus11?
9259 S.getLangOpts().CPlusPlus11?
9265 S.getLangOpts().CPlusPlus11?
9808 getLangOpts().CPlusPlus11 ?
10059 if (getLangOpts().MicrosoftExt)
10068 if (!getLangOpts().MicrosoftExt && Result)
10199 getLangOpts().CPlusPlus11 ?
10227 getLangOpts().CPlusPlus11 ?
10510 if (getLangOpts().CPlusPlus17) {
10923 if (!getLangOpts().Modules)