| /freebsd-14.2/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | LangStandards.def | 125 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 D | Features.def | 188 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 D | LangStandard.h | 56 CPlusPlus14 = (1 << 7), enumerator 115 bool isCPlusPlus14() const { return Flags & CPlusPlus14; } in isCPlusPlus14()
|
| H A D | LangOptions.def | 97 LANGOPT(CPlusPlus14 , 1, 0, "C++14")
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Basic/Targets/ |
| H A D | OSTargets.cpp | 224 else if (Opts.CPlusPlus14) in addVisualCDefines()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Basic/ |
| H A D | LangOptions.cpp | 117 Opts.CPlusPlus14 = Std.isCPlusPlus14(); in setLangDefaults()
|
| H A D | Module.cpp | 108 .Case("cplusplus14", LangOpts.CPlusPlus14) in hasFeature()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/CrossTU/ |
| H A D | CrossTranslationUnit.cpp | 338 LangTo.CPlusPlus14 != LangFrom.CPlusPlus14 || in getCrossTUDefinitionImpl()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Frontend/ |
| H A D | InitPreprocessor.cpp | 466 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 D | HeaderIncludes.cpp | 25 LangOpts.CPlusPlus14 = 1; in createLangOpts()
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/ |
| H A D | CPlusPlusNameParser.cpp | 751 g_options.CPlusPlus14 = true; in GetLangOptions()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaLambda.cpp | 652 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 D | SemaDeclCXX.cpp | 1936 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 D | SemaType.cpp | 1352 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 D | SemaOverload.cpp | 1353 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 D | SemaTemplateDeduction.cpp | 3837 if (S.getLangOpts().CPlusPlus14 && Fn->getReturnType()->isUndeducedType() && in GetTypeOfFunction() 4511 if (getLangOpts().CPlusPlus14 && in DeduceTemplateArguments()
|
| H A D | SemaDecl.cpp | 7777 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 D | SemaExprCXX.cpp | 1912 if (getLangOpts().CPlusPlus14) { in ActOnCXXNew() 2156 if (getLangOpts().CPlusPlus14) { in BuildCXXNew()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Lex/ |
| H A D | LiteralSupport.cpp | 1248 if (!LangOpts.CPlusPlus14) in isValidUDSuffix() 1362 Diags.Report(TokLoc, LangOpts.CPlusPlus14 in ParseNumberStartingWithZero()
|
| H A D | Lexer.cpp | 2026 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 D | CommentSema.cpp | 666 const bool DoubleSquareBracket = LO.CPlusPlus14 || LO.C23; in checkDeprecatedCommand()
|
| H A D | ExprConstant.cpp | 3646 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 D | DeclCXX.cpp | 1114 if (!getASTContext().getLangOpts().CPlusPlus14) in addedMember()
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ |
| H A D | ClangExpressionParser.cpp | 518 lang_opts.CPlusPlus14 = true; in ClangExpressionParser()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Parse/ |
| H A D | ParseDeclCXX.cpp | 1103 getLangOpts().CPlusPlus14 in ParseDecltypeSpecifier()
|