Home
last modified time | relevance | path

Searched defs:FirstWord (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ADT/
H A DBitVector.h192 unsigned FirstWord = Begin / BITWORD_SIZE; variable
228 unsigned FirstWord = Begin / BITWORD_SIZE; in find_last_in() local
265 unsigned FirstWord = Begin / BITWORD_SIZE; in find_last_unset_in() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/Format/
H A DBreakableToken.cpp593 StringRef FirstWord = ContentWithNoDecoration.substr( in getContentIndent() local