Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Lex/
H A DVariadicMacroSupport.h191 bool endsWithPlaceholder() const { in endsWithPlaceholder() function
/netbsd-src/external/apache2/llvm/dist/clang/lib/Lex/
H A DTokenLexer.cpp353 if (VCtx.endsWithPlaceholder() && I + 1 != E && in ExpandFunctionArguments()