Home
last modified time | relevance | path

Searched refs:CPlusPlus2a (Results 1 – 20 of 20) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Frontend/
H A DLangStandard.h30 CPlusPlus2a = (1 << 8), enumerator
90 bool isCPlusPlus2a() const { return Flags & frontend::CPlusPlus2a; } in isCPlusPlus2a()
H A DLangStandards.def139 CPlusPlus2a | Digraphs | HexFloat)
144 CPlusPlus2a | Digraphs | HexFloat | GNUMode)
/freebsd-12.1/contrib/llvm/tools/clang/lib/Lex/
H A DTokenConcatenation.cpp107 if (PP.getLangOpts().CPlusPlus2a) in TokenConcatenation()
291 return PP.getLangOpts().CPlusPlus2a && FirstChar == '>'; in AvoidConcat()
H A DPreprocessor.cpp119 if (getLangOpts().CPlusPlus2a) { in Preprocessor()
H A DLiteralSupport.cpp816 .Cases("d", "y", LangOpts.CPlusPlus2a) in isValidUDSuffix()
H A DLexer.cpp3685 if (getLangOpts().CPlusPlus2a) { in LexTokenInternal()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Basic/
H A DIdentifierTable.cpp125 if (LangOpts.CPlusPlus2a && (Flags & KEYCXX2A)) return KS_Enabled; in getKeywordStatus()
259 LangOptsNoCPP.CPlusPlus2a = false; in isCPlusPlusKeyword()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaLambda.cpp987 Diag(C->Loc, !getLangOpts().CPlusPlus2a in ActOnStartOfLambdaDefinition()
1590 if (getLangOpts().CPlusPlus2a && IsImplicit && in BuildLambdaExpr()
H A DSemaDeclCXX.cpp1963 !getLangOpts().CPlusPlus2a in CheckConstexprFunctionBody()
1984 getLangOpts().CPlusPlus2a in CheckConstexprFunctionBody()
6519 bool DeleteOnTypeMismatch = getLangOpts().CPlusPlus2a && First; in CheckExplicitlyDefaultedSpecialMember()
H A DSemaExprCXX.cpp5506 Diag(Loc, getLangOpts().CPlusPlus2a in CheckPointerToMemberOperands()
H A DSemaInit.cpp8307 << S.getLangOpts().CPlusPlus2a; in Diagnose()
H A DSemaExpr.cpp1572 if (getLangOpts().CPlusPlus && !getLangOpts().CPlusPlus2a && in ActOnStringLiteral()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Basic/Targets/
H A DOSTargets.h662 if (Opts.CPlusPlus2a) in getVisualStudioDefines()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Basic/
H A DLangOptions.def94 LANGOPT(CPlusPlus2a , 1, 0, "C++2a")
/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DDeclCXX.cpp646 return getASTContext().getLangOpts().CPlusPlus2a; in lambdaIsDefaultConstructibleAndAssignable()
757 if (getASTContext().getLangOpts().CPlusPlus2a in addedMember()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Frontend/
H A DInitPreprocessor.cpp365 if (LangOpts.CPlusPlus2a) in InitializeStandardPredefinedMacros()
H A DCompilerInvocation.cpp2124 Opts.CPlusPlus2a = Std.isCPlusPlus2a(); in setLangDefaults()
2609 Opts.Char8 = Args.hasFlag(OPT_fchar8__t, OPT_fno_char8__t, Opts.CPlusPlus2a); in ParseLangArgs()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Parse/
H A DParseDeclCXX.cpp158 } else if (getLangOpts().CPlusPlus2a) { in ParseNamespace()
2737 Diag(Tok, getLangOpts().CPlusPlus2a in ParseCXXClassMemberDeclaration()
H A DParseStmt.cpp1757 getLangOpts().CPlusPlus2a in ParseForStatement()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Format/
H A DFormat.cpp2271 LangOpts.CPlusPlus2a = Style.Standard == FormatStyle::LS_Cpp03 ? 0 : 1; in getFormattingLangOpts()