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

  /external/llvm/utils/FileCheck/
FileCheck.cpp 535 size_t BracketDepth = 0;
538 if (Str.startswith("]]") && BracketDepth == 0)
549 BracketDepth++;
552 assert(BracketDepth > 0 && "Invalid regex");
553 BracketDepth--;
  /external/clang/lib/Parse/
RAIIObjectsForParser.h 410 if (getDepth() < P.getLangOpts().BracketDepth) {
Parser.cpp     [all...]
  /external/clang/lib/Frontend/
CompilerInvocation.cpp     [all...]

Completed in 56 milliseconds