Home
last modified time | relevance | path

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

/llvm-project/llvm/lib/Support/
H A DStringRef.cpp289 /// find_last_not_of - Find the last character in the string that is not in find_last_not_of() function in StringRef
300 StringRef::size_type StringRef::find_last_not_of(StringRef Chars, find_last_not_of() function in StringRef