| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/Frontend/ |
| H A D | LangStandards.def | 115 LineComment | CPlusPlus | CPlusPlus11 | CPlusPlus14 | Digraphs) 120 LineComment | CPlusPlus | CPlusPlus11 | CPlusPlus14 | Digraphs | 126 LineComment | CPlusPlus | CPlusPlus11 | CPlusPlus14 | CPlusPlus17 | 132 LineComment | CPlusPlus | CPlusPlus11 | CPlusPlus14 | CPlusPlus17 | 138 LineComment | CPlusPlus | CPlusPlus11 | CPlusPlus14 | CPlusPlus17 | 143 LineComment | CPlusPlus | CPlusPlus11 | CPlusPlus14 | CPlusPlus17 | 163 LineComment | CPlusPlus | CPlusPlus11 | CPlusPlus14 | Digraphs | OpenCL)
|
| H A D | LangStandard.h | 28 CPlusPlus14 = (1 << 6), enumerator 84 bool isCPlusPlus14() const { return Flags & frontend::CPlusPlus14; } in isCPlusPlus14()
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/Basic/ |
| H A D | Features.def | 170 FEATURE(cxx_aggregate_nsdmi, LangOpts.CPlusPlus14) 171 FEATURE(cxx_binary_literals, LangOpts.CPlusPlus14) 172 FEATURE(cxx_contextual_conversions, LangOpts.CPlusPlus14) 173 FEATURE(cxx_decltype_auto, LangOpts.CPlusPlus14) 174 FEATURE(cxx_generic_lambdas, LangOpts.CPlusPlus14) 175 FEATURE(cxx_init_captures, LangOpts.CPlusPlus14) 176 FEATURE(cxx_relaxed_constexpr, LangOpts.CPlusPlus14) 177 FEATURE(cxx_return_type_deduction, LangOpts.CPlusPlus14) 178 FEATURE(cxx_variable_templates, LangOpts.CPlusPlus14)
|
| H A D | LangOptions.def | 92 LANGOPT(CPlusPlus14 , 1, 0, "C++14")
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Frontend/ |
| H A D | InitPreprocessor.cpp | 375 else if (LangOpts.CPlusPlus14) in InitializeStandardPredefinedMacros() 485 LangOpts.CPlusPlus14 ? "201304L" : "200704"); in InitializeCPlusPlusFeatureTestMacros() 505 if (LangOpts.CPlusPlus14) { in InitializeCPlusPlusFeatureTestMacros()
|
| H A D | CompilerInvocation.cpp | 2122 Opts.CPlusPlus14 = Std.isCPlusPlus14(); in setLangDefaults()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Tooling/Inclusions/ |
| H A D | HeaderIncludes.cpp | 23 LangOpts.CPlusPlus14 = 1; in createLangOpts()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/ |
| H A D | SemaLambda.cpp | 655 assert((!isa<LambdaScopeInfo>(CSI) || !getLangOpts().CPlusPlus14) && in deduceClosureReturnType() 868 getLangOpts().CPlusPlus14 ? Context.getAutoDeductType() in ActOnStartOfLambdaDefinition() 1015 Diag(C->Loc, getLangOpts().CPlusPlus14 in ActOnStartOfLambdaDefinition()
|
| H A D | SemaDeclCXX.cpp | 1694 SemaRef.getLangOpts().CPlusPlus14 in CheckConstexprDeclStmt() 1736 SemaRef.getLangOpts().CPlusPlus14 in CheckConstexprDeclStmt() 1881 if (!SemaRef.getLangOpts().CPlusPlus14) in CheckConstexprFunctionStmt() 1990 getLangOpts().CPlusPlus14 in CheckConstexprFunctionBody() 2055 bool OK = getLangOpts().CPlusPlus14 && in CheckConstexprFunctionBody() 2065 getLangOpts().CPlusPlus14 in CheckConstexprFunctionBody() 6365 if (!S.getLangOpts().CPlusPlus14) in defaultedSpecialMemberIsConstexpr() 6570 << (CSM == CXXMoveAssignment) << getLangOpts().CPlusPlus14; in CheckExplicitlyDefaultedSpecialMember() 6627 if ((getLangOpts().CPlusPlus14 ? !isa<CXXDestructorDecl>(MD) in CheckExplicitlyDefaultedSpecialMember() 10052 if (getLangOpts().CPlusPlus14 && II && II->isStr("gets") && in BuildUsingDeclaration()
|
| H A D | SemaType.cpp | 1296 if (S.getLangOpts().CPlusPlus14 && in ConvertDeclSpecToType() 2912 if (!SemaRef.getLangOpts().CPlusPlus14 || in GetDeclSpecTypeForDeclarator() 2988 if (!SemaRef.getLangOpts().CPlusPlus14 || !IsCXXAutoType) in GetDeclSpecTypeForDeclarator() 2993 if (!SemaRef.getLangOpts().CPlusPlus14 || !IsCXXAutoType) in GetDeclSpecTypeForDeclarator() 4473 if (!S.getLangOpts().CPlusPlus14) { in GetFullTypeForDeclarator()
|
| H A D | SemaOverload.cpp | 1178 if (!getLangOpts().CPlusPlus14 && NewMethod->isConstexpr() && in IsOverload() 5827 if (getLangOpts().CPlusPlus14) in PerformContextualImplicitConversion() 5834 assert((!ConvTemplate || getLangOpts().CPlusPlus14) && in PerformContextualImplicitConversion() 5847 if (!ConvTemplate && getLangOpts().CPlusPlus14) { in PerformContextualImplicitConversion() 5859 if (getLangOpts().CPlusPlus14) { in PerformContextualImplicitConversion() 6934 if (getLangOpts().CPlusPlus14 && ConvType->isUndeducedType()) { in AddConversionCandidate() 10949 if (S.getLangOpts().CPlusPlus14 && FD->getReturnType()->isUndeducedType() && in completeFunctionType()
|
| H A D | SemaTemplateDeduction.cpp | 3447 if (S.getLangOpts().CPlusPlus14 && Fn->getReturnType()->isUndeducedType() && in GetTypeOfFunction() 4065 if (getLangOpts().CPlusPlus14 && IsAddressOfFunction && in DeduceTemplateArguments()
|
| H A D | SemaDecl.cpp | 6524 getLangOpts().CPlusPlus14 in ActOnVariableDeclarator() 8497 if (getLangOpts().CPlusPlus14 && in ActOnFunctionDeclarator() 8502 if (getLangOpts().CPlusPlus14 && in ActOnFunctionDeclarator() 10018 if (!getLangOpts().CPlusPlus14 && MD && MD->isConstexpr() && in CheckFunctionDeclaration() 13114 if (getLangOpts().CPlusPlus14) { in ActOnFinishFunctionBody()
|
| H A D | SemaExprCXX.cpp | 1697 if (getLangOpts().CPlusPlus14) { in ActOnCXXNew() 1926 if (getLangOpts().CPlusPlus14) { in BuildCXXNew()
|
| H A D | SemaStmt.cpp | 3592 if (getLangOpts().CPlusPlus14) { in BuildReturnStmt()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Language/CPlusPlus/ |
| H A D | CPlusPlusNameParser.cpp | 628 g_options.CPlusPlus14 = true; in GetLangOptions()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Lex/ |
| H A D | LiteralSupport.cpp | 806 if (!LangOpts.CPlusPlus14) in isValidUDSuffix() 917 PP.getLangOpts().CPlusPlus14 in ParseNumberStartingWithZero()
|
| H A D | Lexer.cpp | 1779 if (C == '\'' && getLangOpts().CPlusPlus14) { in LexNumericConstant() 1842 else if (IsStringLiteral && getLangOpts().CPlusPlus14) { in LexUDSuffix()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Basic/ |
| H A D | Module.cpp | 115 .Case("cplusplus14", LangOpts.CPlusPlus14) in hasFeature()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Basic/Targets/ |
| H A D | OSTargets.h | 666 else if (Opts.CPlusPlus14) in getVisualStudioDefines()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/AST/ |
| H A D | ExprConstant.cpp | 2817 Obj.LifetimeStartedInEvaluation && Info.getLangOpts().CPlusPlus14; in findSubobject() 3198 if (Info.getLangOpts().CPlusPlus14 && in findCompleteObject() 3327 if ((Frame && Info.getLangOpts().CPlusPlus14 && in findCompleteObject() 3388 if (!Info.getLangOpts().CPlusPlus14) { in handleAssignment() 3516 if (!Info.getLangOpts().CPlusPlus14) { in handleCompoundAssignment() 3663 if (!Info.getLangOpts().CPlusPlus14) { in handleIncDec() 5084 if (!Info.getLangOpts().CPlusPlus14 && !Info.keepEvaluatingAfterFailure()) in VisitUnaryPostIncDec() 5588 if (!Info.getLangOpts().CPlusPlus14 && !Info.keepEvaluatingAfterFailure()) in VisitUnaryPreIncDec() 5601 if (!Info.getLangOpts().CPlusPlus14 && !Info.keepEvaluatingAfterFailure()) in VisitCompoundAssignOperator() 5623 if (!Info.getLangOpts().CPlusPlus14 && !Info.keepEvaluatingAfterFailure()) in VisitBinAssign()
|
| H A D | DeclCXX.cpp | 1046 if (!getASTContext().getLangOpts().CPlusPlus14) in addedMember()
|
| H A D | Type.cpp | 2294 if (Ctx.getLangOpts().CPlusPlus14 && isVoidType()) in isLiteralType()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Format/ |
| H A D | Format.cpp | 2269 LangOpts.CPlusPlus14 = Style.Standard == FormatStyle::LS_Cpp03 ? 0 : 1; in getFormattingLangOpts()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Parse/ |
| H A D | ParseDeclCXX.cpp | 957 getLangOpts().CPlusPlus14 in ParseDecltypeSpecifier()
|