HomeSort by: relevance | last modified time | path
    Searched refs:MacroDepth (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/Frontend/
DiagnosticRenderer.cpp 567 unsigned MacroDepth = LocationStack.size();
569 if (MacroDepth <= MacroLimit || MacroLimit == 0) {
586 Message << "(skipping " << (MacroDepth - MacroLimit)
  /src/external/apache2/llvm/dist/llvm/lib/MC/MCParser/
MasmParser.cpp 5582 unsigned MacroDepth = 0;
5599 if (MacroDepth == 0) { // Outermost macro.
5608 --MacroDepth;
5611 if (MacroDepth == 0 &&
5618 ++MacroDepth;
AsmParser.cpp 4528 unsigned MacroDepth = 0;
4545 if (MacroDepth == 0) { // Outermost macro.
4554 --MacroDepth;
4559 ++MacroDepth;

Completed in 33 milliseconds