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

/netbsd-current/external/apache2/llvm/dist/clang/lib/Format/
H A DTokenAnnotator.cpp3087 auto HasExistingWhitespace = [&Right]() { local
3122 return HasExistingWhitespace();
3299 return HasExistingWhitespace();
3386 auto ShouldAddSpacesInAngles = [this, &HasExistingWhitespace]() {
3390 return HasExistingWhitespace();
3416 return HasExistingWhitespace();

Completed in 183 milliseconds