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 44 /// ColonProtectionRAIIObject - This sets the Parser::ColonIsSacred bool and
52 : P(p), OldVal(P.ColonIsSacred) {
53 P.ColonIsSacred = Value;
59 P.ColonIsSacred = OldVal;
Parser.cpp 36 GreaterThanIsOperator(true), ColonIsSacred(false),
    [all...]
ParseExpr.cpp 736 (!ColonIsSacred && Next.is(tok::colon)) ||
    [all...]
ParseExprCXX.cpp 343 if (Next.is(tok::colon) && !ColonIsSacred) {
    [all...]
  /external/clang/include/clang/Parse/
Parser.h 175 /// ColonIsSacred - When this is false, we aggressively try to recover from
179 bool ColonIsSacred;
    [all...]

Completed in 129 milliseconds