Lines Matching defs:CallOperator
15506 LambdaScopeInfo *Sema::RebuildLambdaScopeInfo(CXXMethodDecl *CallOperator) {
15507 CXXRecordDecl *LambdaClass = CallOperator->getParent();
15510 LSI->CallOperator = CallOperator;
15512 LSI->ReturnType = CallOperator->getReturnType();
15520 LSI->AfterParameterList = CurContext == CallOperator;
15530 if (FunctionTemplateDecl *FTD = CallOperator->getDescribedFunctionTemplate())
15540 DeclarationNameInfo DNI = CallOperator->getNameInfo();
15543 LSI->Mutable = !CallOperator->isConst();
15544 if (CallOperator->isExplicitObjectMemberFunction())
15545 LSI->ExplicitObjectParameter = CallOperator->getParamDecl(0);