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

References

tools/clang/lib/Parse/ParsePragma.cpp
 2780   while (Tok.isNot(tok::eod)) {
 2781     if (Tok.is(tok::l_paren))
 2783     else if (Tok.is(tok::r_paren)) {
 2789     ValueList.push_back(Tok);
 2790     PP.Lex(Tok);
 2795     if (Tok.isNot(tok::r_paren)) {
 2796       PP.Diag(Tok.getLocation(), diag::err_expected) << tok::r_paren;
 2799     PP.Lex(Tok);
 2805   EOFTok.setLocation(Tok.getLocation());