OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
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
Indexes created Tue Jun 09 00:24:00 UTC 2026