OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:startsWith
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/include/llvm/Demangle/
StringView.h
83
if (!
startsWith
(C))
90
if (!
startsWith
(S))
96
bool
startsWith
(char C) const { return !empty() && *begin() == C; }
98
bool
startsWith
(StringView Str) const {
/src/external/apache2/llvm/dist/clang/lib/Format/
TokenAnnotator.h
86
template <typename... Ts> bool
startsWith
(Ts... Tokens) const {
117
return
startsWith
(tok::kw_namespace) ||
startsWith
(TT_NamespaceMacro) ||
118
startsWith
(tok::kw_inline, tok::kw_namespace) ||
119
startsWith
(tok::kw_export, tok::kw_namespace);
Completed in 23 milliseconds
Indexes created Wed Mar 04 05:31:52 UTC 2026