HomeSort by: relevance | last modified time | path
    Searched refs:getTokenCount (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/Parse/
Parser.cpp 680 if (PP.getMaxTokens() != 0 && PP.getTokenCount() > PP.getMaxTokens()) {
682 << PP.getTokenCount() << PP.getMaxTokens();
ParsePragma.cpp 3691 if (PP.getTokenCount() > MaxTokens) {
3693 << PP.getTokenCount() << (unsigned)MaxTokens;
  /src/external/apache2/llvm/dist/clang/include/clang/Lex/
Preprocessor.h 1029 unsigned getTokenCount() const { return TokenCount; }

Completed in 24 milliseconds