Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DDiagnosticRenderer.cpp114 FullSourceLoc UnexpandedLoc = Loc; in emitDiagnostic() local
131 if (UnexpandedLoc.isValid() && UnexpandedLoc.isMacroID()) { in emitDiagnostic()
132 emitMacroExpansions(UnexpandedLoc, Level, MutableRanges, FixItHints); in emitDiagnostic()