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

References

tools/clang/include/clang/AST/Expr.h
 2657     return dyn_cast_or_null<FunctionDecl>(getCalleeDecl());
tools/clang/lib/ARCMigrate/TransUnbridgedCasts.cpp
  418             FD = dyn_cast_or_null<FunctionDecl>(callE->getCalleeDecl()))
  431             FD = dyn_cast_or_null<FunctionDecl>(callE->getCalleeDecl())) {
tools/clang/lib/Analysis/UninitializedValues.cpp
  742   if (Decl *Callee = ce->getCalleeDecl()) {
tools/clang/lib/CodeGen/CGClass.cpp
 1163         CXXMethodDecl *MD = dyn_cast<CXXMethodDecl>(MCE->getCalleeDecl());
 1177         FunctionDecl *FD = dyn_cast<FunctionDecl>(CE->getCalleeDecl());
tools/clang/lib/CodeGen/CGObjC.cpp
 1294           = dyn_cast_or_null<FunctionDecl>(call->getCalleeDecl()))
tools/clang/lib/Sema/SemaChecking.cpp
  271   const Decl *TargetDecl = CE->getCalleeDecl();
 6015         << cast<FunctionDecl>(TheCall->getCalleeDecl())->getIdentifier();
 6098       cast<FunctionDecl>(TheCall->getCalleeDecl())->getBuiltinID();
13615       FunctionDecl *Fn = dyn_cast_or_null<FunctionDecl>(CE->getCalleeDecl());
tools/clang/lib/Sema/SemaCoroutine.cpp
  454         S.Diag(AwaitSuspend->getCalleeDecl()->getLocation(),
tools/clang/lib/Sema/SemaExprCXX.cpp
 6776           if (Decl *CD = (CE ? CE->getCalleeDecl() : nullptr)) {
tools/clang/lib/Sema/SemaStmt.cpp
 2039   FunctionDecl *D = dyn_cast<FunctionDecl>(CE->getCalleeDecl());
tools/clang/tools/extra/clang-tidy/misc/UnusedParametersCheck.cpp
  100             dyn_cast_or_null<FunctionDecl>(Call->getCalleeDecl())) {