Home
last modified time | relevance | path

Searched refs:CPlusPlus14 (Results 1 – 25 of 28) sorted by relevance

12

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Frontend/
H A DLangStandards.def115 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 DLangStandard.h28 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 DFeatures.def170 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 DLangOptions.def92 LANGOPT(CPlusPlus14 , 1, 0, "C++14")
/freebsd-12.1/contrib/llvm/tools/clang/lib/Frontend/
H A DInitPreprocessor.cpp375 else if (LangOpts.CPlusPlus14) in InitializeStandardPredefinedMacros()
485 LangOpts.CPlusPlus14 ? "201304L" : "200704"); in InitializeCPlusPlusFeatureTestMacros()
505 if (LangOpts.CPlusPlus14) { in InitializeCPlusPlusFeatureTestMacros()
H A DCompilerInvocation.cpp2122 Opts.CPlusPlus14 = Std.isCPlusPlus14(); in setLangDefaults()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Tooling/Inclusions/
H A DHeaderIncludes.cpp23 LangOpts.CPlusPlus14 = 1; in createLangOpts()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaLambda.cpp655 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 DSemaDeclCXX.cpp1694 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 DSemaType.cpp1296 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 DSemaOverload.cpp1178 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 DSemaTemplateDeduction.cpp3447 if (S.getLangOpts().CPlusPlus14 && Fn->getReturnType()->isUndeducedType() && in GetTypeOfFunction()
4065 if (getLangOpts().CPlusPlus14 && IsAddressOfFunction && in DeduceTemplateArguments()
H A DSemaDecl.cpp6524 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 DSemaExprCXX.cpp1697 if (getLangOpts().CPlusPlus14) { in ActOnCXXNew()
1926 if (getLangOpts().CPlusPlus14) { in BuildCXXNew()
H A DSemaStmt.cpp3592 if (getLangOpts().CPlusPlus14) { in BuildReturnStmt()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Language/CPlusPlus/
H A DCPlusPlusNameParser.cpp628 g_options.CPlusPlus14 = true; in GetLangOptions()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Lex/
H A DLiteralSupport.cpp806 if (!LangOpts.CPlusPlus14) in isValidUDSuffix()
917 PP.getLangOpts().CPlusPlus14 in ParseNumberStartingWithZero()
H A DLexer.cpp1779 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 DModule.cpp115 .Case("cplusplus14", LangOpts.CPlusPlus14) in hasFeature()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Basic/Targets/
H A DOSTargets.h666 else if (Opts.CPlusPlus14) in getVisualStudioDefines()
/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DExprConstant.cpp2817 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 DDeclCXX.cpp1046 if (!getASTContext().getLangOpts().CPlusPlus14) in addedMember()
H A DType.cpp2294 if (Ctx.getLangOpts().CPlusPlus14 && isVoidType()) in isLiteralType()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Format/
H A DFormat.cpp2269 LangOpts.CPlusPlus14 = Style.Standard == FormatStyle::LS_Cpp03 ? 0 : 1; in getFormattingLangOpts()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Parse/
H A DParseDeclCXX.cpp957 getLangOpts().CPlusPlus14 in ParseDecltypeSpecifier()

12