OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:endsWithPlaceholder
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/include/clang/Lex/
VariadicMacroSupport.h
137
unsigned
EndsWithPlaceholder
: 1;
154
BeginsWithPlaceholder(false),
EndsWithPlaceholder
(false) {
166
EndsWithPlaceholder
= false;
182
EndsWithPlaceholder
= true;
191
bool
endsWithPlaceholder
() const {
194
return
EndsWithPlaceholder
;
/src/external/apache2/llvm/dist/clang/lib/Lex/
TokenLexer.cpp
353
if (VCtx.
endsWithPlaceholder
() && I + 1 != E &&
Completed in 17 milliseconds
Indexes created Thu Aug 06 00:25:04 UTC 2026