Home
last modified time | relevance | path

Searched refs:getAbsPath (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() local
188 if (getAbsPath(Inc, NewInc)) { in rewriteIncludes()
198 if (!getAbsPath(Inc, NewInc)) in rewriteIncludes()