Searched refs:InInc (Results 1 – 1 of 1) sorted by relevance
172 auto getAbsPath = [](StringRef InInc, SmallVectorImpl<char> &OutInc) -> bool { in rewriteIncludes() argument173 if (path::is_absolute(InInc)) // Nothing to do here... in rewriteIncludes()178 path::append(OutInc, InInc); in rewriteIncludes()