Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Driver/
H A DJob.cpp172 auto getAbsPath = [](StringRef InInc, SmallVectorImpl<char> &OutInc) -> bool { in rewriteIncludes() argument
173 if (path::is_absolute(InInc)) // Nothing to do here... in rewriteIncludes()
178 path::append(OutInc, InInc); in rewriteIncludes()