Home | History | Annotate | Download | only in AST

Lines Matching refs:CallOp

992   NamedDecl *CallOp = Calls.front();
994 dyn_cast<FunctionTemplateDecl>(CallOp))
997 return cast<CXXMethodDecl>(CallOp);
1036 CXXMethodDecl *CallOp = getLambdaCallOperator();
1037 if (FunctionTemplateDecl *Tmpl = CallOp->getDescribedFunctionTemplate())