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

/freebsd-11-stable/contrib/llvm-project/clang/lib/Frontend/
H A DDiagnosticRenderer.cpp115 FullSourceLoc UnexpandedLoc = Loc; local
130 // If this location is within a macro, walk from UnexpandedLoc up to Loc
132 if (UnexpandedLoc.isValid() && UnexpandedLoc.isMacroID()) {
133 emitMacroExpansions(UnexpandedLoc, Level, MutableRanges, FixItHints);

Completed in 43 milliseconds