Home
last modified time | relevance | path

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

12

/freebsd-14.2/contrib/llvm-project/clang/include/clang/Basic/
H A DLangStandards.def125 LineComment | CPlusPlus | CPlusPlus11 | CPlusPlus14 | Digraphs)
130 LineComment | CPlusPlus | CPlusPlus11 | CPlusPlus14 | Digraphs |
136 LineComment | CPlusPlus | CPlusPlus11 | CPlusPlus14 | CPlusPlus17 |
142 LineComment | CPlusPlus | CPlusPlus11 | CPlusPlus14 | CPlusPlus17 |
148 LineComment | CPlusPlus | CPlusPlus11 | CPlusPlus14 | CPlusPlus17 |
154 LineComment | CPlusPlus | CPlusPlus11 | CPlusPlus14 | CPlusPlus17 |
160 LineComment | CPlusPlus | CPlusPlus11 | CPlusPlus14 | CPlusPlus17 |
166 LineComment | CPlusPlus | CPlusPlus11 | CPlusPlus14 | CPlusPlus17 |
172 LineComment | CPlusPlus | CPlusPlus11 | CPlusPlus14 | CPlusPlus17 |
178 LineComment | CPlusPlus | CPlusPlus11 | CPlusPlus14 | CPlusPlus17 |
[all …]
H A DFeatures.def188 FEATURE(cxx_aggregate_nsdmi, LangOpts.CPlusPlus14)
189 FEATURE(cxx_binary_literals, LangOpts.CPlusPlus14)
190 FEATURE(cxx_contextual_conversions, LangOpts.CPlusPlus14)
191 FEATURE(cxx_decltype_auto, LangOpts.CPlusPlus14)
192 FEATURE(cxx_generic_lambdas, LangOpts.CPlusPlus14)
193 FEATURE(cxx_init_captures, LangOpts.CPlusPlus14)
194 FEATURE(cxx_relaxed_constexpr, LangOpts.CPlusPlus14)
195 FEATURE(cxx_return_type_deduction, LangOpts.CPlusPlus14)
196 FEATURE(cxx_variable_templates, LangOpts.CPlusPlus14)
H A DLangStandard.h56 CPlusPlus14 = (1 << 7), enumerator
115 bool isCPlusPlus14() const { return Flags & CPlusPlus14; } in isCPlusPlus14()
H A DLangOptions.def97 LANGOPT(CPlusPlus14 , 1, 0, "C++14")
/freebsd-14.2/contrib/llvm-project/clang/lib/Basic/Targets/
H A DOSTargets.cpp224 else if (Opts.CPlusPlus14) in addVisualCDefines()
/freebsd-14.2/contrib/llvm-project/clang/lib/Basic/
H A DLangOptions.cpp117 Opts.CPlusPlus14 = Std.isCPlusPlus14(); in setLangDefaults()
H A DModule.cpp108 .Case("cplusplus14", LangOpts.CPlusPlus14) in hasFeature()
/freebsd-14.2/contrib/llvm-project/clang/lib/CrossTU/
H A DCrossTranslationUnit.cpp338 LangTo.CPlusPlus14 != LangFrom.CPlusPlus14 || in getCrossTUDefinitionImpl()
/freebsd-14.2/contrib/llvm-project/clang/lib/Frontend/
H A DInitPreprocessor.cpp466 else if (LangOpts.CPlusPlus14) in InitializeStandardPredefinedMacros()
642 : LangOpts.CPlusPlus14 ? "201304L" in InitializeCPlusPlusFeatureTestMacros()
666 if (LangOpts.CPlusPlus14) { in InitializeCPlusPlusFeatureTestMacros()
/freebsd-14.2/contrib/llvm-project/clang/lib/Tooling/Inclusions/
H A DHeaderIncludes.cpp25 LangOpts.CPlusPlus14 = 1; in createLangOpts()
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
H A DCPlusPlusNameParser.cpp751 g_options.CPlusPlus14 = true; in GetLangOptions()
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaLambda.cpp652 assert((!isa<LambdaScopeInfo>(CSI) || !getLangOpts().CPlusPlus14) && in deduceClosureReturnType()
866 QualType DefaultTypeForNoTrailingReturn = S.getLangOpts().CPlusPlus14 in getDummyLambdaType()
1120 Diag(C->Loc, getLangOpts().CPlusPlus14 in ActOnLambdaExpressionAfterIntroducer()
H A DSemaDeclCXX.cpp1936 SemaRef.getLangOpts().CPlusPlus14 in CheckConstexprDeclStmt()
1940 } else if (!SemaRef.getLangOpts().CPlusPlus14) { in CheckConstexprDeclStmt()
2001 SemaRef.getLangOpts().CPlusPlus14 in CheckConstexprDeclStmt()
2005 } else if (!SemaRef.getLangOpts().CPlusPlus14) { in CheckConstexprDeclStmt()
2177 if (!SemaRef.getLangOpts().CPlusPlus14) in CheckConstexprFunctionStmt()
2330 SemaRef.getLangOpts().CPlusPlus14 in CheckConstexprFunctionBody()
2403 bool OK = SemaRef.getLangOpts().CPlusPlus14 && in CheckConstexprFunctionBody()
2420 if (!SemaRef.getLangOpts().CPlusPlus14) in CheckConstexprFunctionBody()
2429 SemaRef.getLangOpts().CPlusPlus14 in CheckConstexprFunctionBody()
2438 if (!SemaRef.getLangOpts().CPlusPlus14) in CheckConstexprFunctionBody()
[all …]
H A DSemaType.cpp1352 if (S.getLangOpts().CPlusPlus14 && in ConvertDeclSpecToType()
2398 if (S.getLangOpts().CPlusPlus14 && in checkArraySize()
3647 if (!SemaRef.getLangOpts().CPlusPlus14 || !Auto || in GetDeclSpecTypeForDeclarator()
3723 if (!SemaRef.getLangOpts().CPlusPlus14 || !IsCXXAutoType) in GetDeclSpecTypeForDeclarator()
3728 if (!SemaRef.getLangOpts().CPlusPlus14 || !IsCXXAutoType) in GetDeclSpecTypeForDeclarator()
5256 if (!S.getLangOpts().CPlusPlus14) { in GetFullTypeForDeclarator()
H A DSemaOverload.cpp1353 if (!SemaRef.getLangOpts().CPlusPlus14 && in IsOverloadOrOverrideImpl()
6583 if (getLangOpts().CPlusPlus14) in PerformContextualImplicitConversion()
6590 assert((!ConvTemplate || getLangOpts().CPlusPlus14) && in PerformContextualImplicitConversion()
6603 if (!ConvTemplate && getLangOpts().CPlusPlus14) { in PerformContextualImplicitConversion()
6615 if (getLangOpts().CPlusPlus14) { in PerformContextualImplicitConversion()
7811 if (getLangOpts().CPlusPlus14 && ConvType->isUndeducedType()) { in AddConversionCandidate()
12631 if (S.getLangOpts().CPlusPlus14 && FD->getReturnType()->isUndeducedType() && in completeFunctionType()
H A DSemaTemplateDeduction.cpp3837 if (S.getLangOpts().CPlusPlus14 && Fn->getReturnType()->isUndeducedType() && in GetTypeOfFunction()
4511 if (getLangOpts().CPlusPlus14 && in DeduceTemplateArguments()
H A DSemaDecl.cpp7777 getLangOpts().CPlusPlus14 in ActOnVariableDeclarator()
10084 if (getLangOpts().CPlusPlus14 && in ActOnFunctionDeclarator()
10089 if (getLangOpts().CPlusPlus14 && in ActOnFunctionDeclarator()
11960 if (!getLangOpts().CPlusPlus14 && MD && MD->isConstexpr() && in CheckFunctionDeclaration()
16030 if (getLangOpts().CPlusPlus14) { in ActOnFinishFunctionBody()
H A DSemaExprCXX.cpp1912 if (getLangOpts().CPlusPlus14) { in ActOnCXXNew()
2156 if (getLangOpts().CPlusPlus14) { in BuildCXXNew()
/freebsd-14.2/contrib/llvm-project/clang/lib/Lex/
H A DLiteralSupport.cpp1248 if (!LangOpts.CPlusPlus14) in isValidUDSuffix()
1362 Diags.Report(TokLoc, LangOpts.CPlusPlus14 in ParseNumberStartingWithZero()
H A DLexer.cpp2026 if (C == '\'' && (LangOpts.CPlusPlus14 || LangOpts.C23)) { in LexNumericConstant()
2090 else if (IsStringLiteral && LangOpts.CPlusPlus14) { in LexUDSuffix()
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DCommentSema.cpp666 const bool DoubleSquareBracket = LO.CPlusPlus14 || LO.C23; in checkDeprecatedCommand()
H A DExprConstant.cpp3646 if (!Info.getLangOpts().CPlusPlus14) in mayAccessMutableMembers()
4070 if (Info.getLangOpts().CPlusPlus14 && LVal.Base == Info.EvaluatingDecl && in findCompleteObject()
4138 } else if (Info.getLangOpts().CPlusPlus14 && in findCompleteObject()
4278 if ((Frame && Info.getLangOpts().CPlusPlus14 && in findCompleteObject()
4386 if (!Info.getLangOpts().CPlusPlus14) { in handleAssignment()
4534 if (!Info.getLangOpts().CPlusPlus14) { in handleCompoundAssignment()
4680 if (!Info.getLangOpts().CPlusPlus14) { in handleIncDec()
8208 if (!Info.getLangOpts().CPlusPlus14 && !Info.keepEvaluatingAfterFailure()) in VisitUnaryPostIncDec()
8810 if (!Info.getLangOpts().CPlusPlus14 && !Info.keepEvaluatingAfterFailure()) in VisitUnaryPreIncDec()
8823 if (!Info.getLangOpts().CPlusPlus14 && !Info.keepEvaluatingAfterFailure()) in VisitCompoundAssignOperator()
[all …]
H A DDeclCXX.cpp1114 if (!getASTContext().getLangOpts().CPlusPlus14) in addedMember()
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionParser.cpp518 lang_opts.CPlusPlus14 = true; in ClangExpressionParser()
/freebsd-14.2/contrib/llvm-project/clang/lib/Parse/
H A DParseDeclCXX.cpp1103 getLangOpts().CPlusPlus14 in ParseDecltypeSpecifier()

12