Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParser.cpp716 if (PP.getMaxTokens() != 0 && PP.getTokenCount() > PP.getMaxTokens()) { in ParseTopLevelDecl()
718 << PP.getTokenCount() << PP.getMaxTokens(); in ParseTopLevelDecl()
/freebsd/contrib/llvm-project/clang/include/clang/Lex/
H A DPreprocessor.h1305 unsigned getMaxTokens() const { return MaxTokens; } in getMaxTokens() function