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

/netbsd-current/external/apache2/llvm/dist/clang/lib/Frontend/
H A DCompilerInstance.cpp1795 SmallString<256> CyclePath; local
1797 CyclePath += Pos->first;
1798 CyclePath += " -> ";
1800 CyclePath += ModuleName;
1803 << ModuleName << CyclePath; local

Completed in 192 milliseconds