Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/Driver/
DJob.cpp169 auto getAbsPath = [](StringRef InInc, SmallVectorImpl<char> &OutInc) -> bool { in rewriteIncludes() argument
172 std::error_code EC = fs::current_path(OutInc); in rewriteIncludes()
175 path::append(OutInc, InInc); in rewriteIncludes()