Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DDiagnosticRenderer.cpp538 SmallVector<SourceLocation, 8> LocationStack; in emitMacroExpansions() local
544 LocationStack.push_back(SM.getImmediateExpansionRange(L).getBegin()); in emitMacroExpansions()
546 LocationStack.push_back(L); in emitMacroExpansions()
549 IgnoredEnd = LocationStack.size(); in emitMacroExpansions()
557 L = SM.getImmediateMacroCallerLoc(LocationStack.back()); in emitMacroExpansions()
561 LocationStack.erase(LocationStack.begin(), in emitMacroExpansions()
562 LocationStack.begin() + IgnoredEnd); in emitMacroExpansions()
564 unsigned MacroDepth = LocationStack.size(); in emitMacroExpansions()
567 for (auto I = LocationStack.rbegin(), E = LocationStack.rend(); in emitMacroExpansions()
576 for (auto I = LocationStack.rbegin(), in emitMacroExpansions()
[all …]