Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DPlistDiagnostics.cpp389 const Optional<StringRef> ExpansionText = in ReportMacroExpansions() local
392 if (!MacroName.hasValue() || !ExpansionText.hasValue()) in ReportMacroExpansions()
414 EmitString(o, ExpansionText.getValue()) << '\n'; in ReportMacroExpansions()