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

  /external/llvm/include/llvm/ADT/
SmallString.h 137 /// endswith - Check if this string ends with the given \arg Suffix.
138 bool endswith(StringRef Suffix) const { function in class:llvm::SmallString
139 return str().endswith(Suffix);
  /external/clang/test/Index/
recursive-cxx-member-calls.cpp 56 bool endswith(StringRef Suffix) const { function in class:llvm::StringRef
102 if (AttrName.startswith("__") && AttrName.endswith("__"))
    [all...]

Completed in 69 milliseconds