HomeSort by relevance Sort by last modified time
    Searched defs:BraceCount (Results 1 - 2 of 2) sorted by null

  /external/clang/lib/Parse/
RAIIObjectsForParser.h 103 unsigned short ParenCount, BracketCount, BraceCount;
107 BraceCount(p.BraceCount) { }
112 P.BraceCount = BraceCount;
  /external/clang/include/clang/Parse/
Parser.h 96 unsigned short ParenCount, BracketCount, BraceCount;
344 ++BraceCount;
345 else if (BraceCount)
346 --BraceCount; // Don't let unbalanced }'s drive the count negative.
    [all...]

Completed in 195 milliseconds