Searched defs:endswith (Results 1 - 2 of 2) sorted by relevance

/external/llvm/include/llvm/ADT/
H A DSmallString.h134 /// endswith - Check if this string ends with the given \p Suffix.
135 bool endswith(StringRef Suffix) const { function in class:llvm::SmallString
136 return str().endswith(Suffix);
/external/clang/test/Index/
H A Drecursive-cxx-member-calls.cpp56 bool endswith(StringRef Suffix) const { function in class:llvm::StringRef
102 if (AttrName.startswith("__") && AttrName.endswith("__"))
590 // CHECK-tokens: Keyword: "bool" [56:3 - 56:7] CXXMethod=endswith:56:8 (Definition)
591 // CHECK-tokens: Identifier: "endswith" [56:8 - 56:16] CXXMethod=endswith:56:8 (Definition)
592 // CHECK-tokens: Punctuation: "(" [56:16 - 56:17] CXXMethod=endswith:56:8 (Definition)
595 // CHECK-tokens: Punctuation: ")" [56:33 - 56:34] CXXMethod=endswith:56:8 (Definition)
596 // CHECK-tokens: Keyword: "const" [56:35 - 56:40] CXXMethod=endswith:56:8 (Definition)
929 // CHECK-tokens: Punctuation: "." [102:44 - 102:45] MemberRefExpr=endswith:56:8
930 // CHECK-tokens: Identifier: "endswith" [10
[all...]

Completed in 126 milliseconds