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

References

tools/clang/lib/Lex/PPExpressions.cpp
  837   LexNonComment(Tok);
  844   SourceLocation ExprStartLoc = SourceMgr.getExpansionLoc(Tok.getLocation());
  845   if (EvaluateValue(ResVal, Tok, DT, true, *this)) {
  848     if (Tok.isNot(tok::eod))
  865   if (Tok.is(tok::eod)) {
  879                                Tok, true, DT.IncludedUndefinedIds, *this)) {
  881     if (Tok.isNot(tok::eod))
  891   if (Tok.isNot(tok::eod)) {
  892     Diag(Tok, diag::err_pp_expected_eol);