HomeSort by: relevance | last modified time | path
    Searched defs:Nesting (Results 1 - 1 of 1) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/Parse/
ParseOpenMP.cpp 1113 // of the selector. However, commas are ambiguous so we look for the nesting
1283 // of the set. However, commas are ambiguous so we look for the nesting
2055 unsigned Nesting = 1;
2062 --Nesting;
2064 ++Nesting;
2065 if (!Nesting || isEofOrEom())

Completed in 19 milliseconds