Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInstance.cpp1812 SmallString<256> CyclePath; in findOrCompileModuleAndReadAST() local
1814 CyclePath += Pos->first; in findOrCompileModuleAndReadAST()
1815 CyclePath += " -> "; in findOrCompileModuleAndReadAST()
1817 CyclePath += ModuleName; in findOrCompileModuleAndReadAST()
1820 << ModuleName << CyclePath; in findOrCompileModuleAndReadAST()