HomeSort by relevance Sort by last modified time
    Searched refs:CPlusPlus11 (Results 26 - 50 of 62) sorted by null

12 3

  /external/clang/lib/Sema/
SemaStmt.cpp 387 if (!getLangOpts().CPlusPlus11)
402 if (!getLangOpts().CPlusPlus11) {
420 getLangOpts().CPlusPlus11);
425 getLangOpts().CPlusPlus11)
830 if (getLangOpts().CPlusPlus11) {
    [all...]
SemaDeclCXX.cpp     [all...]
DeclSpec.cpp     [all...]
Sema.cpp 743 if (LangOpts.CPlusPlus11 &&
    [all...]
SemaExprCXX.cpp     [all...]
SemaType.cpp     [all...]
JumpDiagnostics.cpp 717 return S.getLangOpts().CPlusPlus11 &&
    [all...]
SemaDecl.cpp     [all...]
AnalysisBasedWarnings.cpp     [all...]
SemaCast.cpp     [all...]
SemaCodeComplete.cpp     [all...]
SemaExpr.cpp 472 else if (getLangOpts().CPlusPlus11)
    [all...]
SemaExprMember.cpp 137 if (isField && SemaRef.getLangOpts().CPlusPlus11)
    [all...]
  /external/clang/lib/Lex/
PPDirectives.cpp 125 if (Lang.CPlusPlus11 && (Text.equals("override") || Text.equals("final")))
    [all...]
LiteralSupport.cpp 307 bool IsError = (!Features.CPlusPlus11 || !in_char_string_literal);
701 if (!LangOpts.CPlusPlus11 || Suffix.empty())
    [all...]
PPExpressions.cpp 232 PP.getLangOpts().CPlusPlus11 ?
  /external/clang/lib/AST/
ExprConstant.cpp     [all...]
Decl.cpp     [all...]
Expr.cpp 270 if ((Ctx.getLangOpts().CPlusPlus11 ?
    [all...]
DeclCXX.cpp 524 if (getASTContext().getLangOpts().CPlusPlus11
    [all...]
  /external/clang/lib/Analysis/
FormatString.cpp 207 if (IsScanf && !LO.C99 && !LO.CPlusPlus11) {
PrintfFormatString.cpp 661 if (isa<TypedefType>(QT) && (LangOpt.C99 || LangOpt.CPlusPlus11))
ScanfFormatString.cpp 489 if (isa<TypedefType>(PT) && (LangOpt.C99 || LangOpt.CPlusPlus11))
  /external/clang/lib/Basic/
IdentifierTable.cpp 134 if (LangOpts.CPlusPlus11 && (Flags & KEYCXX11)) return KS_Enabled;
Module.cpp 66 .Case("cplusplus11", LangOpts.CPlusPlus11)

Completed in 1746 milliseconds

12 3