Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Frontend/
H A DCompilerInstance.cpp1768 SmallString<256> CyclePath; in loadModule() local
1770 CyclePath += Pos->first; in loadModule()
1771 CyclePath += " -> "; in loadModule()
1773 CyclePath += ModuleName; in loadModule()
1776 << ModuleName << CyclePath; in loadModule()