Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/lib/Frontend/
H A DCompilerInstance.cpp1424 SmallString<256> CyclePath; in loadModule() local
1426 CyclePath += Pos->first; in loadModule()
1427 CyclePath += " -> "; in loadModule()
1429 CyclePath += ModuleName; in loadModule()
1432 << ModuleName << CyclePath; in loadModule()