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

References

tools/clang/lib/CodeGen/CodeGenFunction.h
  437       return dyn_cast_or_null<FunctionDecl>(CalleeDecl);
  439     const Decl *getDecl() const { return CalleeDecl; }
  441       if (const auto *FD = dyn_cast<FunctionDecl>(CalleeDecl))
  443       return cast<ObjCMethodDecl>(CalleeDecl)->param_size();
  446       if (const auto *FD = dyn_cast<FunctionDecl>(CalleeDecl))
  448       return *(cast<ObjCMethodDecl>(CalleeDecl)->param_begin() + I);