/minix/external/bsd/llvm/dist/clang/include/clang/Frontend/ |
H A D | LangStandards.def | 112 LineComment | CPlusPlus | CPlusPlus11 | CPlusPlus14 | Digraphs) 115 LineComment | CPlusPlus | CPlusPlus11 | CPlusPlus14 | Digraphs) 118 LineComment | CPlusPlus | CPlusPlus11 | CPlusPlus14 | Digraphs | 122 LineComment | CPlusPlus | CPlusPlus11 | CPlusPlus14 | Digraphs | 127 LineComment | CPlusPlus | CPlusPlus11 | CPlusPlus14 | CPlusPlus1z | 131 LineComment | CPlusPlus | CPlusPlus11 | CPlusPlus14 | CPlusPlus1z |
|
H A D | LangStandard.h | 27 CPlusPlus14 = (1 << 6), enumerator 77 bool isCPlusPlus14() const { return Flags & frontend::CPlusPlus14; } in isCPlusPlus14()
|
/minix/external/bsd/llvm/dist/clang/lib/Lex/ |
H A D | PPMacroExpansion.cpp | 964 .Case("cxx_aggregate_nsdmi", LangOpts.CPlusPlus14) in HasFeature() 965 .Case("cxx_binary_literals", LangOpts.CPlusPlus14) in HasFeature() 966 .Case("cxx_contextual_conversions", LangOpts.CPlusPlus14) in HasFeature() 967 .Case("cxx_decltype_auto", LangOpts.CPlusPlus14) in HasFeature() 968 .Case("cxx_generic_lambdas", LangOpts.CPlusPlus14) in HasFeature() 969 .Case("cxx_init_captures", LangOpts.CPlusPlus14) in HasFeature() 970 .Case("cxx_relaxed_constexpr", LangOpts.CPlusPlus14) in HasFeature() 971 .Case("cxx_return_type_deduction", LangOpts.CPlusPlus14) in HasFeature() 972 .Case("cxx_variable_templates", LangOpts.CPlusPlus14) in HasFeature()
|
H A D | LiteralSupport.cpp | 660 if (PP.getLangOpts().CPlusPlus14 && *s == 'i') in NumericLiteralParser() 720 if (!LangOpts.CPlusPlus14) in isValidUDSuffix() 817 PP.getLangOpts().CPlusPlus14 in ParseNumberStartingWithZero()
|
H A D | Lexer.cpp | 1600 if (C == '\'' && getLangOpts().CPlusPlus14) { in LexNumericConstant() 1663 else if (IsStringLiteral && getLangOpts().CPlusPlus14) { in LexUDSuffix()
|
/minix/external/bsd/llvm/dist/clang/lib/Frontend/ |
H A D | InitPreprocessor.cpp | 378 else if (LangOpts.CPlusPlus14) in InitializeStandardPredefinedMacros() 426 LangOpts.CPlusPlus14 ? "201304" : "200704"); in InitializeCPlusPlusFeatureTestMacros() 442 if (LangOpts.CPlusPlus14) { in InitializeCPlusPlusFeatureTestMacros()
|
H A D | CompilerInvocation.cpp | 1198 Opts.CPlusPlus14 = Std.isCPlusPlus14(); in setLangDefaults() 1243 Opts.SizedDeallocation = Opts.CPlusPlus14; in setLangDefaults()
|
/minix/external/bsd/llvm/dist/clang/lib/Sema/ |
H A D | SemaLambda.cpp | 881 getLangOpts().CPlusPlus14 ? Context.getAutoDeductType() in ActOnStartOfLambdaDefinition() 1007 Diag(C->Loc, getLangOpts().CPlusPlus14 in ActOnStartOfLambdaDefinition() 1465 if (LSI->HasImplicitReturnType && !getLangOpts().CPlusPlus14) { in ActOnLambdaExpr()
|
H A D | SemaType.cpp | 768 if (S.getLangOpts().CPlusPlus14 && in ConvertDeclSpecToType() 2179 if (!(SemaRef.getLangOpts().CPlusPlus14 in GetDeclSpecTypeForDeclarator() 2212 if (!SemaRef.getLangOpts().CPlusPlus14) in GetDeclSpecTypeForDeclarator() 2216 if (!SemaRef.getLangOpts().CPlusPlus14) in GetDeclSpecTypeForDeclarator() 2703 !S.getLangOpts().CPlusPlus14) { in GetFullTypeForDeclarator()
|
H A D | SemaDeclCXX.cpp | 870 SemaRef.getLangOpts().CPlusPlus14 in CheckConstexprDeclStmt() 911 SemaRef.getLangOpts().CPlusPlus14 in CheckConstexprDeclStmt() 1056 if (!SemaRef.getLangOpts().CPlusPlus14) in CheckConstexprFunctionStmt() 1130 getLangOpts().CPlusPlus14 in CheckConstexprFunctionBody() 1195 bool OK = getLangOpts().CPlusPlus14 && in CheckConstexprFunctionBody() 1205 getLangOpts().CPlusPlus14 in CheckConstexprFunctionBody() 5001 if (!S.getLangOpts().CPlusPlus14) in defaultedSpecialMemberIsConstexpr() 5185 << (CSM == CXXMoveAssignment) << getLangOpts().CPlusPlus14; in CheckExplicitlyDefaultedSpecialMember() 5234 if ((getLangOpts().CPlusPlus14 ? !isa<CXXDestructorDecl>(MD) in CheckExplicitlyDefaultedSpecialMember()
|
H A D | SemaOverload.cpp | 1037 if (!getLangOpts().CPlusPlus14 && NewMethod->isConstexpr() && in IsOverload() 5369 if (getLangOpts().CPlusPlus14) in PerformContextualImplicitConversion() 5376 assert((!ConvTemplate || getLangOpts().CPlusPlus14) && in PerformContextualImplicitConversion() 5389 if (!ConvTemplate && getLangOpts().CPlusPlus14) { in PerformContextualImplicitConversion() 5401 if (getLangOpts().CPlusPlus14) { in PerformContextualImplicitConversion() 6203 if (getLangOpts().CPlusPlus14 && ConvType->isUndeducedType()) { in AddConversionCandidate() 9949 if (S.getLangOpts().CPlusPlus14 && in AddMatchingNonTemplateFunction() 10255 if (Matched && getLangOpts().CPlusPlus14 && in ResolveSingleFunctionTemplateSpecialization()
|
H A D | SemaTemplateDeduction.cpp | 3006 if (S.getLangOpts().CPlusPlus14 && Fn->getReturnType()->isUndeducedType() && in GetTypeOfFunction() 3585 if (getLangOpts().CPlusPlus14 && InOverloadResolution && in DeduceTemplateArguments()
|
H A D | SemaDecl.cpp | 5562 getLangOpts().CPlusPlus14 in ActOnVariableDeclarator() 7117 if (getLangOpts().CPlusPlus14 && in ActOnFunctionDeclarator() 7122 if (getLangOpts().CPlusPlus14 && in ActOnFunctionDeclarator() 7892 if (!getLangOpts().CPlusPlus14 && MD && MD->isConstexpr() && in CheckFunctionDeclaration() 10456 if (getLangOpts().CPlusPlus14 && !FD->isInvalidDecl() && Body && in ActOnFinishFunctionBody()
|
H A D | SemaExprCXX.cpp | 1107 if (getLangOpts().CPlusPlus14) { in ActOnCXXNew() 1281 if (getLangOpts().CPlusPlus14) { in BuildCXXNew()
|
H A D | SemaStmt.cpp | 2946 if (getLangOpts().CPlusPlus14) { in BuildReturnStmt()
|
H A D | SemaExpr.cpp | 63 if (getLangOpts().CPlusPlus14 && FD->getReturnType()->isUndeducedType() && in CanUseDecl() 306 if (getLangOpts().CPlusPlus14 && FD->getReturnType()->isUndeducedType() && in DiagnoseUseOfDecl()
|
/minix/external/bsd/llvm/dist/clang/include/clang/Basic/ |
H A D | LangOptions.def | 77 LANGOPT(CPlusPlus14 , 1, 0, "C++14")
|
/minix/external/bsd/llvm/dist/clang/lib/AST/ |
H A D | ExprConstant.cpp | 1332 if (Info.getLangOpts().CPlusPlus14 && This && in CheckLiteralType() 2573 if (Info.getLangOpts().CPlusPlus14 && in findCompleteObject() 2689 if (Frame && Info.getLangOpts().CPlusPlus14 && in findCompleteObject() 2751 if (!Info.getLangOpts().CPlusPlus14) { in handleAssignment() 2872 if (!Info.getLangOpts().CPlusPlus14) { in handleCompoundAssignment() 3021 if (!Info.getLangOpts().CPlusPlus14) { in handleIncDec() 4258 if (!Info.getLangOpts().CPlusPlus14 && !Info.keepEvaluatingAfterFailure()) in VisitUnaryPostIncDec() 4683 if (!Info.getLangOpts().CPlusPlus14 && !Info.keepEvaluatingAfterFailure()) in VisitUnaryPreIncDec() 4696 if (!Info.getLangOpts().CPlusPlus14 && !Info.keepEvaluatingAfterFailure()) in VisitCompoundAssignOperator() 4718 if (!Info.getLangOpts().CPlusPlus14 && !Info.keepEvaluatingAfterFailure()) in VisitBinAssign()
|
H A D | DeclCXX.cpp | 730 if (!getASTContext().getLangOpts().CPlusPlus14) in addedMember()
|
H A D | Type.cpp | 1154 if (Ctx.getLangOpts().CPlusPlus14 && isVoidType()) in isLiteralType()
|
/minix/external/bsd/llvm/dist/clang/lib/Format/ |
H A D | Format.cpp | 1393 LangOpts.CPlusPlus14 = Style.Standard == FormatStyle::LS_Cpp03 ? 0 : 1; in getFormattingLangOpts()
|
/minix/external/bsd/llvm/dist/clang/lib/Parse/ |
H A D | ParseDeclCXX.cpp | 788 getLangOpts().CPlusPlus14 in ParseDecltypeSpecifier()
|
H A D | ParseDecl.cpp | 5355 !getLangOpts().CPlusPlus14 in ParseFunctionDeclarator()
|