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

References

tools/clang/lib/Parse/ParseCXXInlineMethods.cpp
  391     ExceptionSpecEnd.startToken();
  392     ExceptionSpecEnd.setKind(tok::eof);
  393     ExceptionSpecEnd.setLocation(LastExceptionSpecToken.getEndLoc());
  394     ExceptionSpecEnd.setEofData(LM.Method);
  395     Toks->push_back(ExceptionSpecEnd);