Lines Matching defs:CallOp
1696 NamedDecl *CallOp = getLambdaCallOperatorHelper(*this);
1697 return dyn_cast_or_null<FunctionTemplateDecl>(CallOp);
1701 NamedDecl *CallOp = getLambdaCallOperatorHelper(*this);
1703 if (CallOp == nullptr)
1706 if (const auto *CallOpTmpl = dyn_cast<FunctionTemplateDecl>(CallOp))
1709 return cast<CXXMethodDecl>(CallOp);
1713 CXXMethodDecl *CallOp = getLambdaCallOperator();
1714 CallingConv CC = CallOp->getType()->castAs<FunctionType>()->getCallConv();
1770 CXXMethodDecl *CallOp = getLambdaCallOperator();
1771 if (FunctionTemplateDecl *Tmpl = CallOp->getDescribedFunctionTemplate())