reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/include/clang/Parse/Parser.h
  749     return PP.LookAhead(N-1);
  756     return PP.LookAhead(0);
tools/clang/lib/Parse/ParseExprCXX.cpp
  401           PP.LookAhead(1).is(tok::identifier)) {
tools/clang/lib/Parse/ParseInit.cpp
   40     switch (PP.LookAhead(0).getKind()) {
   65     return PP.LookAhead(0).is(tok::colon);
tools/clang/lib/Parse/ParseOpenMP.cpp
  157     Tok = P.getPreprocessor().LookAhead(0);
  506   if (PP.LookAhead(0).is(tok::colon)) {
 1707     if (PP.LookAhead(0).is(tok::l_paren)) {
 2016     if (CKind == OMPC_ordered && PP.LookAhead(/*N=*/0).isNot(tok::l_paren))
 2512       if (PP.LookAhead(0).is(tok::colon))
 2618     if (Tok.is(tok::identifier) && PP.LookAhead(0).is(tok::l_paren)) {
tools/clang/lib/Parse/ParseStmtAsm.cpp
  250     Token IdTok = PP.LookAhead(0);
  470           if (PP.LookAhead(0).is(tok::l_brace))