Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/Parse/
DParser.cpp678 if (PP.getMaxTokens() != 0 && PP.getTokenCount() > PP.getMaxTokens()) { in ParseTopLevelDecl()
680 << PP.getTokenCount() << PP.getMaxTokens(); in ParseTopLevelDecl()
/external/llvm-project/clang/include/clang/Lex/
DPreprocessor.h1032 unsigned getMaxTokens() const { return MaxTokens; } in getMaxTokens() function