HomeSort by: relevance | last modified time | path
    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