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

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

Completed in 84 milliseconds