Searched defs:equals_lower (Results 1 - 2 of 2) sorted by relevance
/external/llvm/include/llvm/ADT/ | ||
H A D | SmallString.h | 104 bool equals_lower(StringRef RHS) const { function in class:llvm::SmallString 105 return str().equals_lower(RHS); |
H A D | StringRef.h | 149 /// equals_lower - Check for string equality, ignoring case. 150 bool equals_lower(StringRef RHS) const { function in class:llvm::StringRef |
Completed in 560 milliseconds