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 104 bool equals_lower(StringRef RHS) const { function in class:llvm::SmallString
105 return str().equals_lower(RHS);
StringRef.h 140 /// equals_lower - Check for string equality, ignoring case.
141 bool equals_lower(StringRef RHS) const { function in class:llvm::StringRef

Completed in 1548 milliseconds