reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
596 const FunctionDecl *getCallee() const override { return Callee; } 599 for (const DeclContext *DC = Callee; DC; DC = DC->getParent()) 1007 const auto *MD = dyn_cast_or_null<CXXMethodDecl>(Call->Callee); 1805 bool IsMemberCall = isa<CXXMethodDecl>(Callee) && 1806 !isa<CXXConstructorDecl>(Callee) && 1807 cast<CXXMethodDecl>(Callee)->isInstance(); 1810 Out << *Callee << '('; 1818 Out << "->" << *Callee << '('; 1822 for (FunctionDecl::param_const_iterator I = Callee->param_begin(), 1823 E = Callee->param_end(); I != E; ++I, ++ArgIndex) { 1832 Out << "->" << *Callee << '('; 2850 assert(isLambdaCallOperator(Frame->Callee) && 2851 (VD->getDeclContext() != Frame->Callee || VD->isInitCapture()) && 7400 if (Info.CurrentCall && isLambdaCallOperator(Info.CurrentCall->Callee) && 7437 if (Info.CurrentCall->Callee && 7438 Info.CurrentCall->Callee->Equals(VD->getDeclContext())) { 7865 if (isLambdaCallOperator(Info.CurrentCall->Callee)) {