Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Frontend/
H A DCompilerInstance.cpp1906 SmallString<256> CyclePath; in findOrCompileModuleAndReadAST() local
1908 CyclePath += Pos->first; in findOrCompileModuleAndReadAST()
1909 CyclePath += " -> "; in findOrCompileModuleAndReadAST()
1911 CyclePath += ModuleName; in findOrCompileModuleAndReadAST()
1914 << ModuleName << CyclePath; in findOrCompileModuleAndReadAST()