OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isNextTokenLParen
(Results
1 - 3
of
3
) sorted by null
/external/clang/include/clang/Lex/
TokenLexer.h
133
///
isNextTokenLParen
- If the next token lexed will pop this macro off the
136
unsigned
isNextTokenLParen
() const;
/external/clang/lib/Lex/
TokenLexer.cpp
684
///
isNextTokenLParen
- If the next token lexed will pop this macro off the
687
unsigned TokenLexer::
isNextTokenLParen
() const {
[
all
...]
PPMacroExpansion.cpp
178
Val = CurTokenLexer->
isNextTokenLParen
();
193
Val = Entry.TheTokenLexer->
isNextTokenLParen
();
[
all
...]
Completed in 214 milliseconds