Home
last modified time | relevance | path

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

/external/llvm-project/clang/include/clang/Lex/
DVariadicMacroSupport.h195 bool endsWithPlaceholder() const { in endsWithPlaceholder() function
/external/llvm-project/clang/lib/Lex/
DTokenLexer.cpp353 if (VCtx.endsWithPlaceholder() && I + 1 != E && in ExpandFunctionArguments()