HomeSort by: relevance | last modified time | path
    Searched refs:CPlusPlus20 (Results 1 - 25 of 36) sorted by relevancy

1 2

  /src/external/apache2/llvm/dist/clang/include/clang/Basic/
LangStandard.h 52 CPlusPlus20 = (1 << 9),
114 bool isCPlusPlus20() const { return Flags & CPlusPlus20; }
  /src/external/apache2/llvm/dist/clang/lib/Basic/
IdentifierTable.cpp 132 if (LangOpts.CPlusPlus20 && (Flags & KEYCXX20)) return KS_Enabled;
152 if (LangOpts.CPlusPlus20 && (Flags & KEYCONCEPTS)) return KS_Enabled;
156 if (LangOpts.CPlusPlus && !LangOpts.CPlusPlus20 && (Flags & CHAR8SUPPORT))
272 LangOptsNoCPP.CPlusPlus20 = false;
  /src/external/apache2/llvm/dist/clang/lib/Basic/Targets/
OSTargets.cpp 182 if (Opts.CPlusPlus20)
  /src/external/apache2/llvm/dist/clang/lib/Lex/
TokenConcatenation.cpp 106 if (PP.getLangOpts().CPlusPlus20)
295 return PP.getLangOpts().CPlusPlus20 && FirstChar == '>';
LiteralSupport.cpp 852 .Cases("d", "y", LangOpts.CPlusPlus20)
Lexer.cpp 3728 if (getLangOpts().CPlusPlus20) {
  /src/external/apache2/llvm/dist/clang/lib/Frontend/
InitPreprocessor.cpp 388 else if (LangOpts.CPlusPlus20)
521 LangOpts.CPlusPlus20 ? "201907L" :
548 LangOpts.CPlusPlus20 ? "201803L" : "201304L");
550 LangOpts.CPlusPlus20 ? "201707L" : "201304L");
586 if (LangOpts.CPlusPlus20) {
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaStmtAttr.cpp 221 if (!S.getLangOpts().CPlusPlus20 && A.isCXX11Attribute() && !A.getScopeName())
230 if (!S.getLangOpts().CPlusPlus20 && A.isCXX11Attribute() && !A.getScopeName())
SemaLambda.cpp 805 Diag(EllipsisLoc, getLangOpts().CPlusPlus20
1062 Diag(C->Loc, !getLangOpts().CPlusPlus20
1838 if (getLangOpts().CPlusPlus20 && IsImplicit &&
SemaDeclCXX.cpp 789 getLangOpts().CPlusPlus20
806 getLangOpts().CPlusPlus20)
1770 if (getLangOpts().CPlusPlus20) {
1910 SemaRef.getLangOpts().CPlusPlus20
1914 } else if (!SemaRef.getLangOpts().CPlusPlus20) {
1973 SemaRef.getLangOpts().CPlusPlus20)
1995 SemaRef.getLangOpts().CPlusPlus20
2002 } else if (!SemaRef.getLangOpts().CPlusPlus20) {
2186 if (!SemaRef.getLangOpts().CPlusPlus20)
2192 !SemaRef.getLangOpts().CPlusPlus20
    [all...]
SemaType.cpp 2755 if (T.isVolatileQualified() && getLangOpts().CPlusPlus20)
2840 if (ParamType.isVolatileQualified() && getLangOpts().CPlusPlus20)
3379 if (!SemaRef.getLangOpts().CPlusPlus20 || !Auto ||
3433 !SemaRef.getLangOpts().CPlusPlus20)
5114 if (T.isVolatileQualified() && S.getLangOpts().CPlusPlus20)
5611 if (T.isVolatileQualified() && S.getLangOpts().CPlusPlus20 &&
5637 (!LangOpts.CPlusPlus20 || !T->getContainedAutoType())) {
8803 } else if (getLangOpts().CPlusPlus20 ? !RD->hasConstexprDestructor()
8813 if (getLangOpts().CPlusPlus20) {
SemaExpr.cpp 1442 S.Diag(Loc, S.getLangOpts().CPlusPlus20
1455 DiagID = S.getLangOpts().CPlusPlus20
1461 DiagID = S.getLangOpts().CPlusPlus20
1467 DiagID = S.getLangOpts().CPlusPlus20
1471 DiagID = S.getLangOpts().CPlusPlus20
1822 if (getLangOpts().CPlusPlus && !getLangOpts().CPlusPlus20 &&
4703 if (getLangOpts().CPlusPlus20 &&
6359 Diag(Fn->getExprLoc(), getLangOpts().CPlusPlus20
7029 Diag(FirstDesignator, getLangOpts().CPlusPlus20
10887 !S.getLangOpts().CPlusPlus20) {
    [all...]
SemaStmt.cpp 3519 if (getLangOpts().CPlusPlus20) {
3532 !getLangOpts().CPlusPlus20, false, Res);
3535 if (!getLangOpts().CPlusPlus20 && NeedSecondOverloadResolution &&
SemaTemplate.cpp 488 getLangOpts().CPlusPlus20 &&
1322 if (!getLangOpts().CPlusPlus20 ||
1455 if (!getLangOpts().CPlusPlus20) {
4356 (!Context.getLangOpts().CPlusPlus20 ||
8407 (!Context.getLangOpts().CPlusPlus20 ||
  /src/external/apache2/llvm/dist/clang/lib/AST/Interp/
Interp.cpp 337 if (!S.getLangOpts().CPlusPlus20) {
Interp.h 872 if (V.isSigned() && !S.getLangOpts().CPlusPlus20) {
  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
BasicValueFactory.cpp 287 if (!Ctx.getLangOpts().CPlusPlus20) {
  /src/external/apache2/llvm/dist/clang/lib/CrossTU/
CrossTranslationUnit.cpp 312 LangTo.CPlusPlus20 != LangFrom.CPlusPlus20) {
  /src/external/apache2/llvm/dist/clang/include/clang/AST/
DeclCXX.h 1210 getLangOpts().CPlusPlus20);
1302 getLangOpts().CPlusPlus20;
1400 return (LangOpts.CPlusPlus20 ? hasConstexprDestructor()
  /src/external/apache2/llvm/dist/clang/lib/Parse/
ParseTemplate.cpp 693 if (!getLangOpts().CPlusPlus20)
ParseDeclCXX.cpp 158 } else if (getLangOpts().CPlusPlus20) {
2842 Diag(Tok, getLangOpts().CPlusPlus20
3051 << getLangOpts().CPlusPlus20;
ParseDecl.cpp 2337 << getLangOpts().CPlusPlus20;
3709 if (getLangOpts().CPlusPlus20 || isExplicitBool() == TPResult::True) {
3710 Diag(Tok.getLocation(), getLangOpts().CPlusPlus20
  /src/external/apache2/llvm/dist/clang/lib/AST/
DeclCXX.cpp 686 return getASTContext().getLangOpts().CPlusPlus20;
802 if (getASTContext().getLangOpts().CPlusPlus20
1334 !Context.getLangOpts().CPlusPlus20))
ExprConstant.cpp 2783 } else if (LHS.isSigned() && !Info.getLangOpts().CPlusPlus20) {
5460 if (!Info.Ctx.getLangOpts().CPlusPlus20 && isa<CXXMethodDecl>(Declaration) &&
6097 if (Info.getLangOpts().CPlusPlus20 && MD->isTrivial() &&
6577 Info.FFDiag(E->getExprLoc(), Info.getLangOpts().CPlusPlus20
7398 if (!Info.Ctx.getLangOpts().CPlusPlus20)
7562 if (!Info.getLangOpts().CPlusPlus20)
8311 if (!Info.Ctx.getLangOpts().CPlusPlus20) {
8454 if (Info.getLangOpts().CPlusPlus20 &&
9325 if (!Info.getLangOpts().CPlusPlus20)
14431 if (!Info.getLangOpts().CPlusPlus20)
    [all...]
DeclTemplate.cpp 721 C.getLangOpts().CPlusPlus20 ? T->getContainedAutoType() : nullptr;

Completed in 126 milliseconds

1 2