HomeSort by relevance Sort by last modified time
    Searched refs:CPlusPlus11 (Results 1 - 25 of 61) sorted by null

1 2 3

  /external/clang/include/clang/Basic/
OperatorPrecedence.h 48 bool CPlusPlus11);
  /external/clang/include/clang/Frontend/
LangStandard.h 26 CPlusPlus11 = (1 << 5),
73 bool isCPlusPlus11() const { return Flags & frontend::CPlusPlus11; }
  /external/clang/lib/Basic/
OperatorPrecedence.cpp 19 bool CPlusPlus11) {
37 if (GreaterThanIsOperator || !CPlusPlus11)
IdentifierTable.cpp 126 else if (LangOpts.CPlusPlus11 && (Flags & KEYCXX11)) AddResult = 2;
Module.cpp 60 .Case("cplusplus11", LangOpts.CPlusPlus11)
  /external/clang/lib/Lex/
TokenConcatenation.cpp 23 static bool IsStringPrefix(StringRef Str, bool CPlusPlus11) {
26 (CPlusPlus11 && (Str[0] == 'u' || Str[0] == 'U' || Str[0] == 'R'))) {
32 // already R. Need CPlusPlus11 check for "LR".
33 if (Str[1] == 'R' && Str[0] != 'R' && Str.size() == 2 && CPlusPlus11)
57 LangOpts.CPlusPlus11);
64 return IsStringPrefix(StringRef(TokPtr, length), LangOpts.CPlusPlus11);
67 return IsStringPrefix(StringRef(PP.getSpelling(Tok)), LangOpts.CPlusPlus11);
90 if (PP.getLangOpts().CPlusPlus11) {
210 if (!PP.getLangOpts().CPlusPlus11)
PPMacroExpansion.cpp 649 Diag(Tok, LangOpts.CPlusPlus11 ?
    [all...]
Lexer.cpp     [all...]
PPDirectives.cpp     [all...]
  /external/clang/lib/Sema/
SemaFixItUtils.cpp 181 if (S.LangOpts.CPlusPlus11)
208 if (LangOpts.CPlusPlus11 && !RD->hasUserProvidedDefaultConstructor())
SemaTemplate.cpp 366 !(getLangOpts().CPlusPlus11 && !Found.empty())) {
    [all...]
SemaCXXScopeSpec.cpp 269 (Context.getLangOpts().CPlusPlus11 &&
273 (Context.getLangOpts().CPlusPlus11 && isa<EnumDecl>(SD)))
526 !getLangOpts().CPlusPlus11) {
    [all...]
SemaExceptionSpec.cpp 174 if (getLangOpts().CPlusPlus11 &&
430 if (getLangOpts().CPlusPlus11 && IsOperatorNew) {
761 if (getLangOpts().CPlusPlus11 && isa<CXXDestructorDecl>(New)) {
    [all...]
SemaLookup.cpp 508 if (S.getLangOpts().CPlusPlus11 && S.getLangOpts().GNUMode &&
573 if (getLangOpts().CPlusPlus11) {
623 if (S.getLangOpts().CPlusPlus11 &&
645 if (S.getLangOpts().CPlusPlus11 &&
    [all...]
  /external/clang/lib/Parse/
ParseCXXInlineMethods.cpp 84 Diag(Tok, getLangOpts().CPlusPlus11 ?
92 Diag(Tok, getLangOpts().CPlusPlus11 ?
344 if (getLangOpts().CPlusPlus11 && Tok.is(tok::l_brace)) {
757 return Diag(Tok.getLocation(), getLangOpts().CPlusPlus11
774 if (!getLangOpts().CPlusPlus11)
ParseTentative.cpp 312 else if (getLangOpts().CPlusPlus11 && Tok.is(tok::l_brace))
396 (getLangOpts().CPlusPlus11 && Tok.is(tok::greatergreater)))) {
    [all...]
ParseDeclCXX.cpp 162 Diag(InlineLoc, getLangOpts().CPlusPlus11 ?
496 if (getLangOpts().CPlusPlus11 && Context == Declarator::MemberContext &&
521 Diag(Tok.getLocation(), getLangOpts().CPlusPlus11 ?
    [all...]
ParseExpr.cpp 224 getLangOpts().CPlusPlus11);
325 if (getLangOpts().CPlusPlus11 && Tok.is(tok::l_brace)) {
340 getLangOpts().CPlusPlus11);
368 getLangOpts().CPlusPlus11);
    [all...]
ParseDecl.cpp     [all...]
ParseInit.cpp 36 if (!PP.getLangOpts().CPlusPlus11)
ParseTemplate.cpp 489 getLangOpts().CPlusPlus11
576 getLangOpts().CPlusPlus11
751 if (getLangOpts().CPlusPlus11 && Tok.is(tok::greatergreater))
    [all...]
ParseExprCXX.cpp 654 assert(getLangOpts().CPlusPlus11
    [all...]
  /external/clang/include/clang/Parse/
Parser.h     [all...]
  /external/clang/lib/Analysis/
PrintfFormatString.cpp 499 if (isa<TypedefType>(QT) && (LangOpt.C99 || LangOpt.CPlusPlus11))
ScanfFormatString.cpp 448 if (isa<TypedefType>(PT) && (LangOpt.C99 || LangOpt.CPlusPlus11))

Completed in 391 milliseconds

1 2 3