Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Driver/
H A DJob.cpp175 auto getAbsPath = [](StringRef InInc, SmallVectorImpl<char> &OutInc) -> bool { in rewriteIncludes() local
191 if (getAbsPath(Inc, NewInc)) { in rewriteIncludes()
201 if (!getAbsPath(Inc, NewInc)) in rewriteIncludes()