| /freebsd-13.1/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | LangStandards.def | 122 LineComment | CPlusPlus | CPlusPlus11 | CPlusPlus14 | Digraphs) 127 LineComment | CPlusPlus | CPlusPlus11 | CPlusPlus14 | Digraphs | 133 LineComment | CPlusPlus | CPlusPlus11 | CPlusPlus14 | CPlusPlus17 | 139 LineComment | CPlusPlus | CPlusPlus11 | CPlusPlus14 | CPlusPlus17 | 145 LineComment | CPlusPlus | CPlusPlus11 | CPlusPlus14 | CPlusPlus17 | 151 LineComment | CPlusPlus | CPlusPlus11 | CPlusPlus14 | CPlusPlus17 | 157 LineComment | CPlusPlus | CPlusPlus11 | CPlusPlus14 | CPlusPlus17 | 162 LineComment | CPlusPlus | CPlusPlus11 | CPlusPlus14 | CPlusPlus17 | 185 LineComment | CPlusPlus | CPlusPlus11 | CPlusPlus14 | CPlusPlus17 | 197 LineComment | CPlusPlus | CPlusPlus11 | CPlusPlus14 | Digraphs) [all …]
|
| H A D | Features.def | 179 FEATURE(cxx_aggregate_nsdmi, LangOpts.CPlusPlus14) 180 FEATURE(cxx_binary_literals, LangOpts.CPlusPlus14) 181 FEATURE(cxx_contextual_conversions, LangOpts.CPlusPlus14) 182 FEATURE(cxx_decltype_auto, LangOpts.CPlusPlus14) 183 FEATURE(cxx_generic_lambdas, LangOpts.CPlusPlus14) 184 FEATURE(cxx_init_captures, LangOpts.CPlusPlus14) 185 FEATURE(cxx_relaxed_constexpr, LangOpts.CPlusPlus14) 186 FEATURE(cxx_return_type_deduction, LangOpts.CPlusPlus14) 187 FEATURE(cxx_variable_templates, LangOpts.CPlusPlus14)
|
| H A D | LangStandard.h | 50 CPlusPlus14 = (1 << 7), enumerator 108 bool isCPlusPlus14() const { return Flags & CPlusPlus14; } in isCPlusPlus14()
|
| H A D | LangOptions.def | 92 LANGOPT(CPlusPlus14 , 1, 0, "C++14")
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Basic/Targets/ |
| H A D | OSTargets.cpp | 188 else if (Opts.CPlusPlus14) in addVisualCDefines()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Frontend/ |
| H A D | InitPreprocessor.cpp | 395 else if (LangOpts.CPlusPlus14) in InitializeStandardPredefinedMacros() 523 LangOpts.CPlusPlus14 ? "201304L" : "200704"); in InitializeCPlusPlusFeatureTestMacros() 544 if (LangOpts.CPlusPlus14) { in InitializeCPlusPlusFeatureTestMacros()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/CrossTU/ |
| H A D | CrossTranslationUnit.cpp | 314 LangTo.CPlusPlus14 != LangFrom.CPlusPlus14 || in getCrossTUDefinitionImpl()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Tooling/Inclusions/ |
| H A D | HeaderIncludes.cpp | 25 LangOpts.CPlusPlus14 = 1; in createLangOpts()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/ |
| H A D | CPlusPlusNameParser.cpp | 658 g_options.CPlusPlus14 = true; in GetLangOptions()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaLambda.cpp | 703 assert((!isa<LambdaScopeInfo>(CSI) || !getLangOpts().CPlusPlus14) && in deduceClosureReturnType() 940 getLangOpts().CPlusPlus14 ? Context.getAutoDeductType() in ActOnStartOfLambdaDefinition() 1094 Diag(C->Loc, getLangOpts().CPlusPlus14 in ActOnStartOfLambdaDefinition()
|
| H A D | SemaDeclCXX.cpp | 1867 SemaRef.getLangOpts().CPlusPlus14 in CheckConstexprDeclStmt() 1871 } else if (!SemaRef.getLangOpts().CPlusPlus14) { in CheckConstexprDeclStmt() 1922 SemaRef.getLangOpts().CPlusPlus14 in CheckConstexprDeclStmt() 1926 } else if (!SemaRef.getLangOpts().CPlusPlus14) { in CheckConstexprDeclStmt() 2095 if (!SemaRef.getLangOpts().CPlusPlus14) in CheckConstexprFunctionStmt() 2227 SemaRef.getLangOpts().CPlusPlus14 in CheckConstexprFunctionBody() 2300 bool OK = SemaRef.getLangOpts().CPlusPlus14 && in CheckConstexprFunctionBody() 2317 if (!SemaRef.getLangOpts().CPlusPlus14) in CheckConstexprFunctionBody() 2326 SemaRef.getLangOpts().CPlusPlus14 in CheckConstexprFunctionBody() 2335 if (!SemaRef.getLangOpts().CPlusPlus14) in CheckConstexprFunctionBody() [all …]
|
| H A D | SemaType.cpp | 1332 if (S.getLangOpts().CPlusPlus14 && in ConvertDeclSpecToType() 2283 if (S.getLangOpts().CPlusPlus14 && in checkArraySize() 3424 if (!SemaRef.getLangOpts().CPlusPlus14 || !Auto || in GetDeclSpecTypeForDeclarator() 3491 if (!SemaRef.getLangOpts().CPlusPlus14 || !IsCXXAutoType) in GetDeclSpecTypeForDeclarator() 3496 if (!SemaRef.getLangOpts().CPlusPlus14 || !IsCXXAutoType) in GetDeclSpecTypeForDeclarator() 4986 if (!S.getLangOpts().CPlusPlus14) { in GetFullTypeForDeclarator()
|
| H A D | SemaOverload.cpp | 1244 if (!getLangOpts().CPlusPlus14 && NewMethod->isConstexpr() && in IsOverload() 6099 if (getLangOpts().CPlusPlus14) in PerformContextualImplicitConversion() 6106 assert((!ConvTemplate || getLangOpts().CPlusPlus14) && in PerformContextualImplicitConversion() 6119 if (!ConvTemplate && getLangOpts().CPlusPlus14) { in PerformContextualImplicitConversion() 6131 if (getLangOpts().CPlusPlus14) { in PerformContextualImplicitConversion() 7263 if (getLangOpts().CPlusPlus14 && ConvType->isUndeducedType()) { in AddConversionCandidate() 11849 if (S.getLangOpts().CPlusPlus14 && FD->getReturnType()->isUndeducedType() && in completeFunctionType()
|
| H A D | SemaTemplateDeduction.cpp | 3717 if (S.getLangOpts().CPlusPlus14 && Fn->getReturnType()->isUndeducedType() && in GetTypeOfFunction() 4343 if (getLangOpts().CPlusPlus14 && IsAddressOfFunction && in DeduceTemplateArguments()
|
| H A D | SemaDecl.cpp | 7121 getLangOpts().CPlusPlus14 in ActOnVariableDeclarator() 9221 if (getLangOpts().CPlusPlus14 && in ActOnFunctionDeclarator() 9226 if (getLangOpts().CPlusPlus14 && in ActOnFunctionDeclarator() 10887 if (!getLangOpts().CPlusPlus14 && MD && MD->isConstexpr() && in CheckFunctionDeclaration() 14498 if (getLangOpts().CPlusPlus14) { in ActOnFinishFunctionBody()
|
| H A D | SemaExprCXX.cpp | 1822 if (getLangOpts().CPlusPlus14) { in ActOnCXXNew() 2055 if (getLangOpts().CPlusPlus14) { in BuildCXXNew()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Lex/ |
| H A D | LiteralSupport.cpp | 842 if (!LangOpts.CPlusPlus14) in isValidUDSuffix() 956 Diags.Report(TokLoc, LangOpts.CPlusPlus14 in ParseNumberStartingWithZero()
|
| H A D | Lexer.cpp | 1806 if (C == '\'' && (getLangOpts().CPlusPlus14 || getLangOpts().C2x)) { in LexNumericConstant() 1871 else if (IsStringLiteral && getLangOpts().CPlusPlus14) { in LexUDSuffix()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Basic/ |
| H A D | Module.cpp | 109 .Case("cplusplus14", LangOpts.CPlusPlus14) in hasFeature()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/AST/ |
| H A D | CommentSema.cpp | 695 const bool DoubleSquareBracket = LO.CPlusPlus14 || LO.C2x; in checkDeprecatedCommand()
|
| H A D | ExprConstant.cpp | 3571 if (!Info.getLangOpts().CPlusPlus14) in mayAccessMutableMembers() 3991 if (Info.getLangOpts().CPlusPlus14 && LVal.Base == Info.EvaluatingDecl && in findCompleteObject() 4049 } else if (Info.getLangOpts().CPlusPlus14 && in findCompleteObject() 4189 if ((Frame && Info.getLangOpts().CPlusPlus14 && in findCompleteObject() 4273 if (!Info.getLangOpts().CPlusPlus14) { in handleAssignment() 4416 if (!Info.getLangOpts().CPlusPlus14) { in handleCompoundAssignment() 4560 if (!Info.getLangOpts().CPlusPlus14) { in handleIncDec() 7844 if (!Info.getLangOpts().CPlusPlus14 && !Info.keepEvaluatingAfterFailure()) in VisitUnaryPostIncDec() 8404 if (!Info.getLangOpts().CPlusPlus14 && !Info.keepEvaluatingAfterFailure()) in VisitUnaryPreIncDec() 8417 if (!Info.getLangOpts().CPlusPlus14 && !Info.keepEvaluatingAfterFailure()) in VisitCompoundAssignOperator() [all …]
|
| H A D | DeclCXX.cpp | 1123 if (!getASTContext().getLangOpts().CPlusPlus14) in addedMember()
|
| H A D | Type.cpp | 2548 if (Ctx.getLangOpts().CPlusPlus14 && isVoidType()) in isLiteralType()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Format/ |
| H A D | Format.cpp | 2969 LangOpts.CPlusPlus14 = LexingStd >= FormatStyle::LS_Cpp14; in getFormattingLangOpts()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Parse/ |
| H A D | ParseDeclCXX.cpp | 1029 getLangOpts().CPlusPlus14 in ParseDecltypeSpecifier()
|