Home
last modified time | relevance | path

Searched refs:endsWithPlaceholder (Results 1 – 2 of 2) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/include/clang/Lex/
H A DVariadicMacroSupport.h196 bool endsWithPlaceholder() const { in endsWithPlaceholder() function
/freebsd-14.2/contrib/llvm-project/clang/lib/Lex/
H A DTokenLexer.cpp355 if (VCtx.endsWithPlaceholder() && I + 1 != E && in ExpandFunctionArguments()