| /freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | LangStandards.def | 133 LineComment | CPlusPlus | CPlusPlus11 | CPlusPlus14 | Digraphs) 138 LineComment | CPlusPlus | CPlusPlus11 | CPlusPlus14 | Digraphs | 144 LineComment | CPlusPlus | CPlusPlus11 | CPlusPlus14 | CPlusPlus17 | 150 LineComment | CPlusPlus | CPlusPlus11 | CPlusPlus14 | CPlusPlus17 | 156 LineComment | CPlusPlus | CPlusPlus11 | CPlusPlus14 | CPlusPlus17 | 162 LineComment | CPlusPlus | CPlusPlus11 | CPlusPlus14 | CPlusPlus17 | 168 LineComment | CPlusPlus | CPlusPlus11 | CPlusPlus14 | CPlusPlus17 | 174 LineComment | CPlusPlus | CPlusPlus11 | CPlusPlus14 | CPlusPlus17 | 180 LineComment | CPlusPlus | CPlusPlus11 | CPlusPlus14 | CPlusPlus17 | 186 LineComment | CPlusPlus | CPlusPlus11 | CPlusPlus14 | CPlusPlus17 | [all …]
|
| H A D | Features.def | 263 FEATURE(cxx_aggregate_nsdmi, LangOpts.CPlusPlus14) 264 FEATURE(cxx_binary_literals, LangOpts.CPlusPlus14) 265 FEATURE(cxx_contextual_conversions, LangOpts.CPlusPlus14) 266 FEATURE(cxx_decltype_auto, LangOpts.CPlusPlus14) 267 FEATURE(cxx_generic_lambdas, LangOpts.CPlusPlus14) 268 FEATURE(cxx_init_captures, LangOpts.CPlusPlus14) 269 FEATURE(cxx_relaxed_constexpr, LangOpts.CPlusPlus14) 270 FEATURE(cxx_return_type_deduction, LangOpts.CPlusPlus14) 271 FEATURE(cxx_variable_templates, LangOpts.CPlusPlus14)
|
| H A D | LangStandard.h | 57 CPlusPlus14 = (1 << 8), enumerator 119 bool isCPlusPlus14() const { return Flags & CPlusPlus14; } in isCPlusPlus14()
|
| H A D | LangOptions.def | 54 LANGOPT(CPlusPlus14 , 1, 0, NotCompatible, "C++14")
|
| /freebsd/contrib/llvm-project/clang/lib/Basic/Targets/ |
| H A D | OSTargets.cpp | 239 else if (Opts.CPlusPlus14) in addVisualCDefines()
|
| /freebsd/contrib/llvm-project/clang/lib/Basic/ |
| H A D | LangOptions.cpp | 120 Opts.CPlusPlus14 = Std.isCPlusPlus14(); in setLangDefaults()
|
| H A D | Module.cpp | 103 .Case("cplusplus14", LangOpts.CPlusPlus14) in hasFeature()
|
| H A D | DiagnosticIDs.cpp | 815 if (LangOpts.CPlusPlus14) in getCXXCompatDiagId()
|
| /freebsd/contrib/llvm-project/clang/lib/CrossTU/ |
| H A D | CrossTranslationUnit.cpp | 338 LangTo.CPlusPlus14 != LangFrom.CPlusPlus14 || in getCrossTUDefinitionImpl()
|
| /freebsd/contrib/llvm-project/clang/lib/Frontend/ |
| H A D | InitPreprocessor.cpp | 489 else if (LangOpts.CPlusPlus14) in InitializeStandardPredefinedMacros() 675 : LangOpts.CPlusPlus14 ? "201304L" in InitializeCPlusPlusFeatureTestMacros() 700 if (LangOpts.CPlusPlus14) { in InitializeCPlusPlusFeatureTestMacros()
|
| /freebsd/contrib/llvm-project/clang/lib/Tooling/Inclusions/ |
| H A D | HeaderIncludes.cpp | 24 LangOpts.CPlusPlus14 = 1; in createLangOpts()
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/ |
| H A D | CPlusPlusNameParser.cpp | 751 g_options.CPlusPlus14 = true; in GetLangOptions()
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaLambda.cpp | 715 assert((!isa<LambdaScopeInfo>(CSI) || !getLangOpts().CPlusPlus14) && in deduceClosureReturnType() 929 QualType DefaultTypeForNoTrailingReturn = S.getLangOpts().CPlusPlus14 in getDummyLambdaType() 1199 Diag(C->Loc, getLangOpts().CPlusPlus14 in ActOnLambdaExpressionAfterIntroducer()
|
| H A D | SemaType.cpp | 961 if (S.getLangOpts().CPlusPlus14 && in ConvertDeclSpecToType() 1985 if (S.getLangOpts().CPlusPlus14 && in checkArraySize() 3230 if (!SemaRef.getLangOpts().CPlusPlus14 && Auto && in GetDeclSpecTypeForDeclarator() 3309 if (!SemaRef.getLangOpts().CPlusPlus14 || !IsCXXAutoType) in GetDeclSpecTypeForDeclarator() 3314 if (!SemaRef.getLangOpts().CPlusPlus14 || !IsCXXAutoType) in GetDeclSpecTypeForDeclarator() 4874 if (!S.getLangOpts().CPlusPlus14) { in GetFullTypeForDeclarator()
|
| H A D | SemaDeclCXX.cpp | 2043 } else if (!SemaRef.getLangOpts().CPlusPlus14) { in CheckConstexprDeclStmt() 2099 } else if (!SemaRef.getLangOpts().CPlusPlus14) { in CheckConstexprDeclStmt() 2269 if (!SemaRef.getLangOpts().CPlusPlus14) in CheckConstexprFunctionStmt() 2487 if (!SemaRef.getLangOpts().CPlusPlus14) in CheckConstexprFunctionBody() 2502 if (!SemaRef.getLangOpts().CPlusPlus14) in CheckConstexprFunctionBody() 2560 bool OK = SemaRef.getLangOpts().CPlusPlus14 && IsVoidOrDependentType; in CheckConstexprMissingReturn() 7531 if (!S.getLangOpts().CPlusPlus14) in defaultedSpecialMemberIsConstexpr() 7806 << getLangOpts().CPlusPlus14; in CheckExplicitlyDefaultedSpecialMember() 7906 (getLangOpts().CPlusPlus14 ? !isa<CXXDestructorDecl>(MD) in CheckExplicitlyDefaultedSpecialMember() 13182 if (getLangOpts().CPlusPlus14 && II && II->isStr("gets") && in BuildUsingDeclaration()
|
| H A D | SemaOverload.cpp | 1446 if (!SemaRef.getLangOpts().CPlusPlus14 && in IsOverloadOrOverrideImpl() 6859 if (getLangOpts().CPlusPlus14) in PerformContextualImplicitConversion() 6866 assert((!ConvTemplate || getLangOpts().CPlusPlus14) && in PerformContextualImplicitConversion() 6879 if (!ConvTemplate && getLangOpts().CPlusPlus14) { in PerformContextualImplicitConversion() 6891 if (getLangOpts().CPlusPlus14) { in PerformContextualImplicitConversion() 8280 if (getLangOpts().CPlusPlus14 && ConvType->isUndeducedType()) { in AddConversionCandidate() 13449 if (S.getLangOpts().CPlusPlus14 && FD->getReturnType()->isUndeducedType() && in completeFunctionType()
|
| H A D | SemaTemplateDeduction.cpp | 4098 if (S.getLangOpts().CPlusPlus14 && Fn->getReturnType()->isUndeducedType() && in GetTypeOfFunction() 4782 if (getLangOpts().CPlusPlus14 && in DeduceTemplateArguments()
|
| /freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/ |
| H A D | Interp.cpp | 594 if (S.getLangOpts().CPlusPlus14 && in CheckMutable() 667 if (!S.getLangOpts().CPlusPlus14 && in CheckInitialized() 1087 if (AK == AK_Destroy || S.getLangOpts().CPlusPlus14) { in CheckDummy()
|
| H A D | Compiler.cpp | 2689 if (!Ctx.getLangOpts().CPlusPlus14) in VisitCompoundAssignOperator() 6104 if (!Ctx.getLangOpts().CPlusPlus14) in VisitUnaryOperator() 6128 if (!Ctx.getLangOpts().CPlusPlus14) in VisitUnaryOperator() 6152 if (!Ctx.getLangOpts().CPlusPlus14) in VisitUnaryOperator() 6197 if (!Ctx.getLangOpts().CPlusPlus14) in VisitUnaryOperator()
|
| /freebsd/contrib/llvm-project/clang/lib/Lex/ |
| H A D | LiteralSupport.cpp | 1279 if (!LangOpts.CPlusPlus14) in isValidUDSuffix() 1394 if (LangOpts.CPlusPlus14) in ParseNumberStartingWithZero()
|
| H A D | Lexer.cpp | 2090 if (C == '\'' && (LangOpts.CPlusPlus14 || LangOpts.C23)) { in LexNumericConstant() 2154 else if (IsStringLiteral && LangOpts.CPlusPlus14) { in LexUDSuffix()
|
| /freebsd/contrib/llvm-project/clang/lib/AST/ |
| H A D | CommentSema.cpp | 668 const bool DoubleSquareBracket = LO.CPlusPlus14 || LO.C23; in checkDeprecatedCommand()
|
| H A D | ExprConstant.cpp | 3890 if (!Info.getLangOpts().CPlusPlus14 && in mayAccessMutableMembers() 4344 if (Info.getLangOpts().CPlusPlus14 && LVal.Base == Info.EvaluatingDecl && in findCompleteObject() 4416 } else if (Info.getLangOpts().CPlusPlus14 && in findCompleteObject() 4595 if ((Frame && Info.getLangOpts().CPlusPlus14 && in findCompleteObject() 4666 if (!Info.getLangOpts().CPlusPlus14) { in handleAssignment() 4814 if (!Info.getLangOpts().CPlusPlus14) { in handleCompoundAssignment() 4960 if (!Info.getLangOpts().CPlusPlus14) { in handleIncDec() 8618 if (!Info.getLangOpts().CPlusPlus14 && !Info.keepEvaluatingAfterFailure()) in VisitUnaryPostIncDec() 9317 if (!Info.getLangOpts().CPlusPlus14 && !Info.keepEvaluatingAfterFailure()) in VisitUnaryPreIncDec() 9330 if (!Info.getLangOpts().CPlusPlus14 && !Info.keepEvaluatingAfterFailure()) in VisitCompoundAssignOperator() [all …]
|
| H A D | DeclCXX.cpp | 1199 if (!getASTContext().getLangOpts().CPlusPlus14) in addedMember()
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ |
| H A D | ClangExpressionParser.cpp | 634 lang_opts.CPlusPlus14 = true; in SetupLangOpts()
|