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 551 size_t BracketDepth = 0;
554 if (Str.startswith("]]") && BracketDepth == 0)
565 BracketDepth++;
568 if (BracketDepth == 0) {
574 BracketDepth--;
    [all...]
  /external/clang/lib/Parse/
RAIIObjectsForParser.h 411 if (getDepth() < P.getLangOpts().BracketDepth) {
Parser.cpp     [all...]
  /external/clang/lib/Frontend/
CompilerInvocation.cpp     [all...]

Completed in 280 milliseconds