Home
last modified time | relevance | path

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

/external/clang/lib/Frontend/
DDiagnosticRenderer.cpp228 std::pair<SourceLocation, StringRef> NextImportLoc in emitImportStack() local
230 emitImportStackRecursively(NextImportLoc.first, NextImportLoc.second, SM); in emitImportStack()
245 std::pair<SourceLocation, StringRef> NextImportLoc in emitImportStackRecursively() local
247 emitImportStackRecursively(NextImportLoc.first, NextImportLoc.second, SM); in emitImportStackRecursively()