HomeSort by relevance Sort by last modified time
    Searched defs:equals_lower (Results 1 - 2 of 2) sorted by null

  /external/llvm/include/llvm/ADT/
SmallString.h 106 /// equals_lower - Check for string equality, ignoring case.
107 bool equals_lower(StringRef RHS) const { function in class:llvm::SmallString
108 return str().equals_lower(RHS);
StringRef.h 135 /// equals_lower - Check for string equality, ignoring case.
136 bool equals_lower(StringRef RHS) const { function in class:llvm::StringRef

Completed in 44 milliseconds