HomeSort by: relevance | last modified time | path
    Searched refs:WantRemainingKeywords (Results 1 - 8 of 8) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/Sema/
TypoCorrection.h 300 /// WantCXXNamedCasts, WantRemainingKeywords, or WantObjCSuper is true.
332 bool WantRemainingKeywords = true;
405 WantRemainingKeywords = false;
  /src/external/apache2/llvm/dist/clang/lib/Parse/
ParseTentative.cpp 1113 WantRemainingKeywords = false;
ParseExpr.cpp 1245 Validator.WantRemainingKeywords = false;
1247 Validator.WantRemainingKeywords = Tok.isNot(tok::r_paren);
ParseStmt.cpp 134 WantRemainingKeywords =
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaLookup.cpp 4779 if (CCC.WantRemainingKeywords) {
5025 // some instances of CTC_Unknown, while WantRemainingKeywords is true
5027 bool ObjCMessageReceiver = CCC.WantObjCSuper && !CCC.WantRemainingKeywords;
5205 WantRemainingKeywords || WantObjCSuper;
5239 WantRemainingKeywords = false;
SemaExprMember.cpp 600 WantRemainingKeywords = false;
SemaTemplate.cpp 513 FilterCCC.WantRemainingKeywords = false;
671 WantRemainingKeywords = false;
SemaDecl.cpp 76 WantRemainingKeywords = false;

Completed in 47 milliseconds