Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Driver/
H A DJob.cpp169 auto getAbsPath = [](StringRef InInc, SmallVectorImpl<char> &OutInc) -> bool { in rewriteIncludes() argument
170 if (path::is_absolute(InInc)) // Nothing to do here... in rewriteIncludes()
175 path::append(OutInc, InInc); in rewriteIncludes()