OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getMaxTokens
(Results
1 - 2
of
2
) 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
();
/src/external/apache2/llvm/dist/clang/include/clang/Lex/
Preprocessor.h
1032
unsigned
getMaxTokens
() const { return MaxTokens; }
Completed in 21 milliseconds
Indexes created Thu Jun 18 00:24:58 UTC 2026