Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Driver/
H A DDriver.cpp6038 bool SameFile = false; in GetNamedOutputPath() local
6042 llvm::sys::fs::equivalent(BaseInput, Result.c_str(), SameFile); in GetNamedOutputPath()
6044 if (SameFile) { in GetNamedOutputPath()