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

Overridden By

tools/clang/lib/AST/ExprConstant.cpp
  596     const FunctionDecl *getCallee() const override { return Callee; }
tools/clang/lib/AST/Interp/InterpFrame.cpp
  151 const FunctionDecl *InterpFrame::getCallee() const {

References

tools/clang/lib/AST/Interp/State.cpp
  145     if (auto *CD = dyn_cast_or_null<CXXConstructorDecl>(F->getCallee())) {