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

/external/clang/lib/Frontend/
H A DCompilerInstance.cpp1465 SmallString<256> CyclePath; local
1467 CyclePath += Pos->first;
1468 CyclePath += " -> ";
1470 CyclePath += ModuleName;
1473 << ModuleName << CyclePath; local

Completed in 46 milliseconds