Home
last modified time | relevance | path

Searched refs:MacroDepth (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/
H A DDiagnosticRenderer.cpp567 unsigned MacroDepth = LocationStack.size(); in emitMacroExpansions() local
569 if (MacroDepth <= MacroLimit || MacroLimit == 0) { in emitMacroExpansions()
586 Message << "(skipping " << (MacroDepth - MacroLimit) in emitMacroExpansions()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/MCParser/
H A DMasmParser.cpp5582 unsigned MacroDepth = 0; in parseDirectiveMacro() local
5599 if (MacroDepth == 0) { // Outermost macro. in parseDirectiveMacro()
5608 --MacroDepth; in parseDirectiveMacro()
5611 if (MacroDepth == 0 && in parseDirectiveMacro()
5618 ++MacroDepth; in parseDirectiveMacro()
H A DAsmParser.cpp4528 unsigned MacroDepth = 0; in parseDirectiveMacro() local
4545 if (MacroDepth == 0) { // Outermost macro. in parseDirectiveMacro()
4554 --MacroDepth; in parseDirectiveMacro()
4559 ++MacroDepth; in parseDirectiveMacro()