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

References

tools/clang/lib/CodeGen/CGExpr.cpp
 4511   if (E->getCallee()->getType()->isBlockPointerType())
 4512     return EmitBlockCallExpr(E, ReturnValue);
 4514   if (const auto *CE = dyn_cast<CXXMemberCallExpr>(E))
 4517   if (const auto *CE = dyn_cast<CUDAKernelCallExpr>(E))
 4520   if (const auto *CE = dyn_cast<CXXOperatorCallExpr>(E))
 4525   CGCallee callee = EmitCallee(E->getCallee());
 4529                            E, ReturnValue);
 4536   return EmitCall(E->getCallee()->getType(), callee, E, ReturnValue);
 4536   return EmitCall(E->getCallee()->getType(), callee, E, ReturnValue);