Home
last modified time | relevance | path

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

/llvm-project/llvm/lib/Support/
H A DStringRef.cpp251 /// find_first_not_of - Find the first character in the string that is not in find_first_not_of() function in StringRef
259 StringRef::size_type StringRef::find_first_not_of(StringRef Chars, find_first_not_of() function in StringRef