Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Driver/
H A DJob.cpp183 auto getAbsPath = [](StringRef InInc, SmallVectorImpl<char> &OutInc) -> bool { in rewriteIncludes() local
199 if (getAbsPath(Inc, NewInc)) { in rewriteIncludes()
209 if (!getAbsPath(Inc, NewInc)) in rewriteIncludes()