Searched defs:startswith (Results 1 - 2 of 2) sorted by path

/external/clang/test/Index/
H A Drecursive-cxx-member-calls.cpp52 bool startswith(StringRef Prefix) const { function in class:llvm::StringRef
102 if (AttrName.startswith("__") && AttrName.endswith("__"))
559 // CHECK-tokens: Keyword: "bool" [52:3 - 52:7] CXXMethod=startswith:52:8 (Definition)
560 // CHECK-tokens: Identifier: "startswith" [52:8 - 52:18] CXXMethod=startswith:52:8 (Definition)
561 // CHECK-tokens: Punctuation: "(" [52:18 - 52:19] CXXMethod=startswith:52:8 (Definition)
564 // CHECK-tokens: Punctuation: ")" [52:35 - 52:36] CXXMethod=startswith:52:8 (Definition)
565 // CHECK-tokens: Keyword: "const" [52:37 - 52:42] CXXMethod=startswith:52:8 (Definition)
922 // CHECK-tokens: Punctuation: "." [102:15 - 102:16] MemberRefExpr=startswith:52:8
923 // CHECK-tokens: Identifier: "startswith" [10
[all...]
/external/llvm/include/llvm/ADT/
H A DSmallString.h129 /// startswith - Check if this string starts with the given \p Prefix.
130 bool startswith(StringRef Prefix) const { function in class:llvm::SmallString
131 return str().startswith(Prefix);

Completed in 410 milliseconds