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.cpp1983 SmallString<256> CyclePath; in findOrCompileModuleAndReadAST() local
1985 CyclePath += Pos->first; in findOrCompileModuleAndReadAST()
1986 CyclePath += " -> "; in findOrCompileModuleAndReadAST()
1988 CyclePath += ModuleName; in findOrCompileModuleAndReadAST()
1991 << ModuleName << CyclePath; in findOrCompileModuleAndReadAST()