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

12 3

  /external/clang/lib/Lex/
PPDirectives.cpp 836 if (LangOpts.C99 || LangOpts.CPlusPlus11)
840 else if (LangOpts.CPlusPlus11 && LineNo >= 32768U)
    [all...]
LiteralSupport.cpp 263 bool IsError = (!Features.CPlusPlus11 || !in_char_string_literal);
611 if (PP.getLangOpts().CPlusPlus11 && s == SuffixBegin && *s == '_') {
    [all...]
PPExpressions.cpp 234 PP.getLangOpts().CPlusPlus11 ?
  /external/clang/lib/Parse/
Parser.cpp 221 if (getLangOpts().CPlusPlus11)
733 Diag(ExternLoc, getLangOpts().CPlusPlus11 ?
    [all...]
ParseStmt.cpp     [all...]
  /external/clang/lib/Sema/
SemaLookup.cpp 562 if (getLangOpts().CPlusPlus11) {
612 if (S.getLangOpts().CPlusPlus11 &&
634 if (S.getLangOpts().CPlusPlus11 &&
    [all...]
DeclSpec.cpp     [all...]
Sema.cpp 619 if (LangOpts.CPlusPlus11 &&
    [all...]
SemaTemplateInstantiateDecl.cpp     [all...]
SemaExprCXX.cpp     [all...]
SemaDeclCXX.cpp     [all...]
SemaType.cpp 825 S.getLangOpts().CPlusPlus11 ?
844 S.getLangOpts().CPlusPlus11 ?
    [all...]
SemaTemplateDeduction.cpp     [all...]
SemaStmt.cpp 337 if (!getLangOpts().CPlusPlus11) {
355 getLangOpts().CPlusPlus11).take();
358 getLangOpts().CPlusPlus11).take();
747 if (getLangOpts().CPlusPlus11) {
867 if (getLangOpts().CPlusPlus11) {
    [all...]
SemaDecl.cpp     [all...]
AnalysisBasedWarnings.cpp 867 if (!AC.getASTContext().getLangOpts().CPlusPlus11)
906 if (S.getLangOpts().CPlusPlus11) {
    [all...]
JumpDiagnostics.cpp 677 return S.getLangOpts().CPlusPlus11 &&
SemaCast.cpp     [all...]
SemaCodeComplete.cpp     [all...]
SemaExpr.cpp 653 if (getLangOpts().CPlusPlus11 && !Ty->isDependentType())
686 << getLangOpts().CPlusPlus11 << Ty << CT);
    [all...]
  /external/clang/lib/Frontend/
InitPreprocessor.cpp 310 if (LangOpts.CPlusPlus11)
380 if (LangOpts.CPlusPlus11)
    [all...]
  /external/clang/lib/AST/
Decl.cpp     [all...]
DeclCXX.cpp 511 if (getASTContext().getLangOpts().CPlusPlus11
    [all...]
  /external/clang/lib/Analysis/
FormatString.cpp 207 if (IsScanf && !LO.C99 && !LO.CPlusPlus11) {
  /external/clang/lib/Format/
Format.cpp     [all...]

Completed in 566 milliseconds

12 3