Searched refs:nextKey (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.2-release/contrib/llvm/tools/clang/lib/Driver/
H A DWindowsToolChain.cpp115 const char *nextKey = placeHolder; local
120 while (*nextKey && (*nextKey != '\\'))
121 nextKey++;
155 strncat(bestName, nextKey, sizeof(bestName) - 1);

Completed in 90 milliseconds