Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInstance.cpp1998 SmallString<256> CyclePath; in findOrCompileModuleAndReadAST() local
2000 CyclePath += Pos->first; in findOrCompileModuleAndReadAST()
2001 CyclePath += " -> "; in findOrCompileModuleAndReadAST()
2003 CyclePath += ModuleName; in findOrCompileModuleAndReadAST()
2006 << ModuleName << CyclePath; in findOrCompileModuleAndReadAST()