OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetLookAheadToken
(Results
1 - 7
of
7
) sorted by null
/external/clang/lib/Parse/
ParseObjc.cpp
189
!isKnownToBeTypeSpecifier(
GetLookAheadToken
(1))) { // we have a category.
[
all
...]
ParseTemplate.cpp
401
switch (
GetLookAheadToken
(2).getKind()) {
426
Next =
GetLookAheadToken
(2);
[
all
...]
ParseExprCXX.cpp
82
Token SecondToken =
GetLookAheadToken
(2);
291
if (CheckForDestructor &&
GetLookAheadToken
(2).is(tok::tilde)) {
360
if (CheckForDestructor &&
GetLookAheadToken
(2).is(tok::tilde) &&
584
const Token Next = NextToken(), After =
GetLookAheadToken
(2);
[
all
...]
ParseDecl.cpp
[
all
...]
ParseExpr.cpp
[
all
...]
ParseDeclCXX.cpp
[
all
...]
/external/clang/include/clang/Parse/
Parser.h
444
///
GetLookAheadToken
- This peeks ahead N tokens and returns that token
451
const Token &
GetLookAheadToken
(unsigned N) {
[
all
...]
Completed in 158 milliseconds