Home
last modified time | relevance | path

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

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