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

References

tools/clang/lib/Parse/ParseCXXInlineMethods.cpp
  295     Actions.ActOnReenterTemplateScope(getCurScope(), LM.Method);
  299   Actions.ActOnStartDelayedCXXMethodDeclaration(getCurScope(), LM.Method);
  373       FunctionDecl *Old = cast<FunctionDecl>(LM.Method)->getPreviousDecl();
  394     ExceptionSpecEnd.setEofData(LM.Method);
  412           = dyn_cast<FunctionTemplateDecl>(LM.Method))
  415       Method = cast<CXXMethodDecl>(LM.Method);
  434     if (Tok.isNot(tok::eof) || Tok.getEofData() != LM.Method)
  438     Actions.actOnDelayedExceptionSpecification(LM.Method, EST,
  451     if (Tok.is(tok::eof) && Tok.getEofData() == LM.Method)
  461   Actions.ActOnFinishDelayedCXXMethodDeclaration(getCurScope(), LM.Method);