Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/lib/Frontend/
H A DCompilerInstance.cpp1920 SmallString<256> CyclePath; in findOrCompileModuleAndReadAST() local
1922 CyclePath += Pos->first; in findOrCompileModuleAndReadAST()
1923 CyclePath += " -> "; in findOrCompileModuleAndReadAST()
1925 CyclePath += ModuleName; in findOrCompileModuleAndReadAST()
1928 << ModuleName << CyclePath; in findOrCompileModuleAndReadAST()