Searched refs:CPlusPlus26 (Results 1 – 20 of 20) sorted by relevance
/freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
H A D | LangStandard.h | 62 CPlusPlus26 = (1 << 12), enumerator 132 bool isCPlusPlus26() const { return Flags & CPlusPlus26; } in isCPlusPlus26()
|
H A D | LangStandards.def | 182 CPlusPlus20 | CPlusPlus23 | CPlusPlus26 | Digraphs | HexFloat) 188 CPlusPlus20 | CPlusPlus23 | CPlusPlus26 | Digraphs | HexFloat | GNUMode)
|
H A D | LangOptions.def | 102 LANGOPT(CPlusPlus26 , 1, 0, "C++26")
|
/freebsd/contrib/llvm-project/clang/lib/Basic/ |
H A D | LangOptions.cpp | 122 Opts.CPlusPlus26 = Std.isCPlusPlus26(); in setLangDefaults()
|
H A D | Module.cpp | 112 .Case("cplusplus26", LangOpts.CPlusPlus26) in hasFeature()
|
/freebsd/contrib/llvm-project/clang/lib/Frontend/ |
H A D | InitPreprocessor.cpp | 470 if (LangOpts.CPlusPlus26) in InitializeStandardPredefinedMacros() 663 Builder.defineMacro("__cpp_constexpr", LangOpts.CPlusPlus26 ? "202306L" in InitializeCPlusPlusFeatureTestMacros() 674 Builder.defineMacro("__cpp_static_assert", LangOpts.CPlusPlus26 ? "202306L" in InitializeCPlusPlusFeatureTestMacros()
|
/freebsd/contrib/llvm-project/clang/lib/Lex/ |
H A D | LiteralSupport.cpp | 2006 Features.CPlusPlus26 in init() 2011 if (Features.CPlusPlus26) in init()
|
H A D | Lexer.cpp | 2268 Diag(Pos, LangOpts.CPlusPlus26 in LexRawStringLiteral()
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaConcept.cpp | 343 FE && S.getLangOpts().CPlusPlus26 && in calculateConstraintSatisfaction() 1625 FE && S.getLangOpts().CPlusPlus26 && in fromConstraintExpr()
|
H A D | SemaTemplateVariadic.cpp | 1091 Diag(Res.get()->getBeginLoc(), getLangOpts().CPlusPlus26 in ActOnPackIndexingExpr()
|
H A D | CheckExprLifetime.cpp | 1222 if (SemaRef.getLangOpts().CPlusPlus26 && in checkExprLifetimeImpl()
|
H A D | SemaExprCXX.cpp | 3723 Diag(StartLoc, LangOpts.CPlusPlus26 ? diag::err_delete_incomplete in ActOnCXXDelete() 3725 << (LangOpts.CPlusPlus26 ? Pointee : Type) in ActOnCXXDelete() 3735 LangOpts.CPlusPlus26 in ActOnCXXDelete()
|
H A D | SemaType.cpp | 9497 Diag(Loc, getLangOpts().CPlusPlus26 ? diag::warn_cxx23_pack_indexing in ActOnPackIndexingType()
|
H A D | SemaExpr.cpp | 1491 S.Diag(Loc, S.getLangOpts().CPlusPlus26 in checkEnumArithmeticConversions() 1503 if (S.getLangOpts().CPlusPlus26) in checkEnumArithmeticConversions()
|
H A D | SemaDeclCXX.cpp | 718 Diag(Loc, getLangOpts().CPlusPlus26 in DiagPlaceholderVariableDefinition()
|
/freebsd/contrib/llvm-project/clang/lib/Parse/ |
H A D | ParseCXXInlineMethods.cpp | 35 Diag(Message->getBeginLoc(), getLangOpts().CPlusPlus26 in ParseCXXDeletedFunctionMessage()
|
H A D | ParseDeclCXX.cpp | 1076 if (getLangOpts().CPlusPlus26) { in ParseStaticAssertDeclaration()
|
H A D | ParseDecl.cpp | 7290 Diag(Tok, getLangOpts().CPlusPlus26 in ParseDecompositionDeclarator()
|
/freebsd/contrib/llvm-project/clang/lib/AST/Interp/ |
H A D | Interp.h | 2185 } else if (!S.getLangOpts().CPlusPlus26) { in PtrPtrCast()
|
/freebsd/contrib/llvm-project/clang/lib/AST/ |
H A D | ExprConstant.cpp | 9286 Info.getLangOpts().CPlusPlus26)) { in VisitCastExpr() 9293 << SubExpr->getType() << Info.getLangOpts().CPlusPlus26 in VisitCastExpr()
|