HomeSort by relevance Sort by last modified time
    Searched refs:ColonIsSacred (Results 1 - 5 of 5) sorted by null

  /external/clang/lib/Parse/
RAIIObjectsForParser.h 261 /// ColonProtectionRAIIObject - This sets the Parser::ColonIsSacred bool and
269 : P(p), OldVal(P.ColonIsSacred) {
270 P.ColonIsSacred = Value;
276 P.ColonIsSacred = OldVal;
ParseExpr.cpp 753 (!ColonIsSacred && Next.is(tok::colon)) ||
    [all...]
Parser.cpp 53 GreaterThanIsOperator(true), ColonIsSacred(false),
    [all...]
ParseExprCXX.cpp 383 if (Next.is(tok::colon) && !ColonIsSacred) {
    [all...]
  /external/clang/include/clang/Parse/
Parser.h 157 /// ColonIsSacred - When this is false, we aggressively try to recover from
161 bool ColonIsSacred;
    [all...]

Completed in 26 milliseconds