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

/openbsd-current/gnu/llvm/lldb/include/lldb/Utility/
H A DStringLexer.h30 bool NextIf(Character c);
32 std::pair<bool, Character> NextIf(std::initializer_list<Character> cs);
/openbsd-current/gnu/llvm/lldb/source/Utility/
H A DStringLexer.cpp21 bool StringLexer::NextIf(Character c) { function in class:StringLexer
31 StringLexer::NextIf(std::initializer_list<Character> cs) { function in class:StringLexer
46 if (!NextIf(c)) {
/openbsd-current/gnu/llvm/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCTypeEncodingParser.cpp71 if (type.NextIf('"'))
73 if (!type.NextIf('"'))
96 if (!type.NextIf(opener))
106 if (!type.NextIf('='))
111 if (type.NextIf(closer)) {
153 if (!type.NextIf(_C_ARY_B))
157 if (!type.NextIf(_C_ARY_E))
172 if (!type.NextIf(_C_ID))
179 if (type.NextIf('"')) {
338 if (!for_expression && type.NextIf(_C_UNDE
[all...]
/openbsd-current/gnu/llvm/lldb/include/lldb/DataFormatters/
H A DFormattersContainer.h70 while (type_lexer.NextIf({' ', '\t', '\v', '\f'}).first)

Completed in 173 milliseconds