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

/external/clang/lib/Frontend/
H A DCompilerInstance.cpp905 SmallString<256> CyclePath; local
907 CyclePath += *Pos;
908 CyclePath += " -> ";
910 CyclePath += ModuleName;
913 << ModuleName << CyclePath; local

Completed in 33 milliseconds