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

References

tools/clang/lib/ARCMigrate/TransUnbridgedCasts.cpp
  135       if (FunctionDecl *FD = callE->getDirectCallee()) {
tools/clang/lib/Analysis/CFG.cpp
 2590   if (FunctionDecl *FD = C->getDirectCallee()) {
tools/clang/lib/Analysis/CallGraph.cpp
   56     if (FunctionDecl *CalleeDecl = CE->getDirectCallee())
tools/clang/lib/Sema/SemaChecking.cpp
  519         << 1 << Call->getDirectCallee() << "cl_khr_subgroups";
  536         << TheCall->getDirectCallee() << "'ndrange_t'";
  543         << TheCall->getDirectCallee() << "block";
  559         << TheCall->getDirectCallee() << "block";
  647         << TheCall->getDirectCallee() << S.Context.OCLQueueTy;
  655         << TheCall->getDirectCallee() << "'kernel_enqueue_flags_t' (i.e. uint)";
  663         << TheCall->getDirectCallee() << "'ndrange_t'";
  673           << TheCall->getDirectCallee() << "block";
  696           << TheCall->getDirectCallee() << "block";
  706           << TheCall->getDirectCallee() << "integer";
  719           << TheCall->getDirectCallee()
  731           << TheCall->getDirectCallee()
  759         << Call->getDirectCallee() << Arg0->getSourceRange();
  768   switch (Call->getDirectCallee()->getBuiltinID()) {
  816         << Call->getDirectCallee() << S.Context.getPointerType(EltTy)
  849           << Call->getDirectCallee() << S.Context.OCLReserveIDTy
  859           << Call->getDirectCallee() << S.Context.UnsignedIntTy
  870         << Call->getDirectCallee() << Call->getSourceRange();
  893         << Call->getDirectCallee() << S.Context.UnsignedIntTy
  921         << Call->getDirectCallee() << S.Context.OCLReserveIDTy
  940         << Call->getDirectCallee() << Call->getArg(0)->getSourceRange();
  957         << Call->getDirectCallee() << Call->getSourceRange();
  965         << Call->getArg(0) << Call->getDirectCallee() << Call->getSourceRange();
  972         << Call->getDirectCallee()->getNameInfo().getAsString()
 1187         << TheCall->getDirectCallee();
 5000   FunctionDecl *Fn = E->getDirectCallee();
 5835            << 3 /* argument index */ << TheCall->getDirectCallee()
 5847            << TheCall->getDirectCallee()
 5855            << TheCall->getDirectCallee()
 5891           << TheCall->getDirectCallee()
 5906                          << TheCall->getDirectCallee()
 5912                        << TheCall->getDirectCallee()
12280     if (auto *Callee = Call->getDirectCallee()) {
tools/clang/lib/Sema/SemaCoroutine.cpp
  432       S.Diag(AwaitReady->getDirectCallee()->getBeginLoc(),
  435           << AwaitReady->getDirectCallee() << E->getSourceRange();
  458             << AwaitSuspend->getDirectCallee();
tools/clang/lib/Sema/SemaExpr.cpp
13222   FunctionDecl *FD = OCE->getDirectCallee();
tools/clang/lib/Sema/SemaExprCXX.cpp
 6642                             Call->getBeginLoc(), Call, Call->getDirectCallee()))
 6785         OperatorArrows.push_back(OpCall->getDirectCallee());
tools/clang/lib/Sema/SemaExprObjC.cpp
 3448       if (FunctionDecl *fn = e->getDirectCallee())
tools/clang/lib/Sema/SemaInit.cpp
 6803     const auto *MD = cast_or_null<CXXMethodDecl>(MCE->getDirectCallee());
 6808     FunctionDecl *Callee = OCE->getDirectCallee();
 6814     FunctionDecl *Callee = CE->getDirectCallee();
 6851     Callee = CE->getDirectCallee();
tools/clang/lib/Sema/SemaStmt.cpp
 1601       FunctionDecl *FD = Call->getDirectCallee();
tools/clang/lib/Sema/TreeTransform.h
 9356   if (FunctionDecl *FD = E->getDirectCallee())
tools/clang/lib/StaticAnalyzer/Checkers/CStringSyntaxChecker.cpp
  214   const FunctionDecl *FD = CE->getDirectCallee();
tools/clang/lib/StaticAnalyzer/Checkers/CheckSecuritySyntaxOnly.cpp
  129   const FunctionDecl *FD = CE->getDirectCallee();
  935   const FunctionDecl *FD = CE->getDirectCallee();
tools/clang/lib/StaticAnalyzer/Checkers/ObjCContainersASTChecker.cpp
   85   const FunctionDecl *FD = CE->getDirectCallee();
tools/clang/unittests/Tooling/RefactoringTest.cpp
  726     if (Call->getDirectCallee()->getName() == "F") {