Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Driver/
H A DDriver.cpp5769 bool SameFile = false; in GetNamedOutputPath() local
5773 llvm::sys::fs::equivalent(BaseInput, Result.c_str(), SameFile); in GetNamedOutputPath()
5775 if (SameFile) { in GetNamedOutputPath()