Searched refs:CPlusPlus2a (Results 1 – 20 of 20) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/Frontend/ |
| H A D | LangStandard.h | 30 CPlusPlus2a = (1 << 8), enumerator 90 bool isCPlusPlus2a() const { return Flags & frontend::CPlusPlus2a; } in isCPlusPlus2a()
|
| H A D | LangStandards.def | 139 CPlusPlus2a | Digraphs | HexFloat) 144 CPlusPlus2a | Digraphs | HexFloat | GNUMode)
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Lex/ |
| H A D | TokenConcatenation.cpp | 107 if (PP.getLangOpts().CPlusPlus2a) in TokenConcatenation() 291 return PP.getLangOpts().CPlusPlus2a && FirstChar == '>'; in AvoidConcat()
|
| H A D | Preprocessor.cpp | 119 if (getLangOpts().CPlusPlus2a) { in Preprocessor()
|
| H A D | LiteralSupport.cpp | 816 .Cases("d", "y", LangOpts.CPlusPlus2a) in isValidUDSuffix()
|
| H A D | Lexer.cpp | 3685 if (getLangOpts().CPlusPlus2a) { in LexTokenInternal()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Basic/ |
| H A D | IdentifierTable.cpp | 125 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 D | SemaLambda.cpp | 987 Diag(C->Loc, !getLangOpts().CPlusPlus2a in ActOnStartOfLambdaDefinition() 1590 if (getLangOpts().CPlusPlus2a && IsImplicit && in BuildLambdaExpr()
|
| H A D | SemaDeclCXX.cpp | 1963 !getLangOpts().CPlusPlus2a in CheckConstexprFunctionBody() 1984 getLangOpts().CPlusPlus2a in CheckConstexprFunctionBody() 6519 bool DeleteOnTypeMismatch = getLangOpts().CPlusPlus2a && First; in CheckExplicitlyDefaultedSpecialMember()
|
| H A D | SemaExprCXX.cpp | 5506 Diag(Loc, getLangOpts().CPlusPlus2a in CheckPointerToMemberOperands()
|
| H A D | SemaInit.cpp | 8307 << S.getLangOpts().CPlusPlus2a; in Diagnose()
|
| H A D | SemaExpr.cpp | 1572 if (getLangOpts().CPlusPlus && !getLangOpts().CPlusPlus2a && in ActOnStringLiteral()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Basic/Targets/ |
| H A D | OSTargets.h | 662 if (Opts.CPlusPlus2a) in getVisualStudioDefines()
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/Basic/ |
| H A D | LangOptions.def | 94 LANGOPT(CPlusPlus2a , 1, 0, "C++2a")
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/AST/ |
| H A D | DeclCXX.cpp | 646 return getASTContext().getLangOpts().CPlusPlus2a; in lambdaIsDefaultConstructibleAndAssignable() 757 if (getASTContext().getLangOpts().CPlusPlus2a in addedMember()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Frontend/ |
| H A D | InitPreprocessor.cpp | 365 if (LangOpts.CPlusPlus2a) in InitializeStandardPredefinedMacros()
|
| H A D | CompilerInvocation.cpp | 2124 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 D | ParseDeclCXX.cpp | 158 } else if (getLangOpts().CPlusPlus2a) { in ParseNamespace() 2737 Diag(Tok, getLangOpts().CPlusPlus2a in ParseCXXClassMemberDeclaration()
|
| H A D | ParseStmt.cpp | 1757 getLangOpts().CPlusPlus2a in ParseForStatement()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Format/ |
| H A D | Format.cpp | 2271 LangOpts.CPlusPlus2a = Style.Standard == FormatStyle::LS_Cpp03 ? 0 : 1; in getFormattingLangOpts()
|