Home
last modified time | relevance | path

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

/trueos/contrib/llvm/tools/clang/lib/Driver/
HDDriver.cpp1715 bool SameFile = false; in GetNamedOutputPath() local
1719 llvm::sys::fs::equivalent(BaseInput, Result.c_str(), SameFile); in GetNamedOutputPath()
1721 if (SameFile) { in GetNamedOutputPath()