Lines Matching defs:CallOp
1629 NamedDecl *CallOp = getLambdaCallOperatorHelper(*this);
1630 return dyn_cast_or_null<FunctionTemplateDecl>(CallOp);
1634 NamedDecl *CallOp = getLambdaCallOperatorHelper(*this);
1636 if (CallOp == nullptr)
1639 if (const auto *CallOpTmpl = dyn_cast<FunctionTemplateDecl>(CallOp))
1642 return cast<CXXMethodDecl>(CallOp);
1646 CXXMethodDecl *CallOp = getLambdaCallOperator();
1647 CallingConv CC = CallOp->getType()->castAs<FunctionType>()->getCallConv();
1703 CXXMethodDecl *CallOp = getLambdaCallOperator();
1704 if (FunctionTemplateDecl *Tmpl = CallOp->getDescribedFunctionTemplate())