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

/freebsd-11-stable/contrib/llvm-project/clang/lib/Frontend/
H A DDiagnosticRenderer.cpp534 SmallVector<SourceLocation, 8> LocationStack; local
540 LocationStack.push_back(SM.getImmediateExpansionRange(L).getBegin());
542 LocationStack.push_back(L);
545 IgnoredEnd = LocationStack.size();
553 L = SM.getImmediateMacroCallerLoc(LocationStack.back());
557 LocationStack.erase(LocationStack.begin(),
558 LocationStack.begin() + IgnoredEnd);
560 unsigned MacroDepth = LocationStack.size();
563 for (auto I = LocationStack
[all...]

Completed in 102 milliseconds