Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInstance.cpp1941 SmallString<256> CyclePath; in findOrCompileModuleAndReadAST() local
1943 CyclePath += Pos->first; in findOrCompileModuleAndReadAST()
1944 CyclePath += " -> "; in findOrCompileModuleAndReadAST()
1946 CyclePath += ModuleName; in findOrCompileModuleAndReadAST()
1949 << ModuleName << CyclePath; in findOrCompileModuleAndReadAST()