Searched refs:CallOperator (Results 1 – 12 of 12) sorted by relevance
84 cast<sema::LambdaScopeInfo>(FunctionScopes[CurScopeIndex])->CallOperator; in getStackIndexOfNearestEnclosingCaptureReadyLambda()486 CXXMethodDecl *CallOperator, in buildLambdaScope() argument493 LSI->CallOperator = CallOperator; in buildLambdaScope()494 CXXRecordDecl *LambdaClass = CallOperator->getParent(); in buildLambdaScope()506 LSI->ReturnType = CallOperator->getReturnType(); in buildLambdaScope()510 if (RequireCompleteType(CallOperator->getBeginLoc(), LSI->ReturnType, in buildLambdaScope()545 CXXMethodDecl *CallOperator, Scope *CurScope) { in addLambdaParameters() argument547 for (unsigned p = 0, NumParams = CallOperator->getNumParams(); in addLambdaParameters()549 ParmVarDecl *Param = CallOperator->getParamDecl(p); in addLambdaParameters()1247 LSI->CallOperator->isConsteval() in ActOnStartOfLambdaDefinition()[all …]
1122 cast<LambdaScopeInfo>(FunctionScopes[I])->CallOperator); in adjustCVQualifiersForCXXThisWithinLambda()1133 if (CurLSI->CallOperator->isConst()) in adjustCVQualifiersForCXXThisWithinLambda()1144 assert(isGenericLambdaCallOperatorSpecialization(CurLSI->CallOperator) && in adjustCVQualifiersForCXXThisWithinLambda()1149 assert(CurDC == getLambdaAwareParentOfDeclContext(CurLSI->CallOperator)); in adjustCVQualifiersForCXXThisWithinLambda()1304 if (LSI && isGenericLambdaCallOperatorSpecialization(LSI->CallOperator)) { in CheckCXXThisCapture()7994 CurrentLSI->CallOperator == DC && in CheckIfAnyEnclosingLambdasMustCaptureAnyPotentialCaptures()
3534 CurLambda && hasDeducedReturnType(CurLambda->CallOperator); in ActOnCapScopeReturnStmt()3551 FunctionDecl *FD = CurLambda->CallOperator; in ActOnCapScopeReturnStmt()3618 if (CurLambda->CallOperator->getType() in ActOnCapScopeReturnStmt()
14141 static void RebuildLambdaScopeInfo(CXXMethodDecl *CallOperator, in RebuildLambdaScopeInfo() argument14143 CXXRecordDecl *const LambdaClass = CallOperator->getParent(); in RebuildLambdaScopeInfo()14146 LSI->CallOperator = CallOperator; in RebuildLambdaScopeInfo()14148 LSI->ReturnType = CallOperator->getReturnType(); in RebuildLambdaScopeInfo()14157 DeclarationNameInfo DNI = CallOperator->getNameInfo(); in RebuildLambdaScopeInfo()14160 LSI->Mutable = !CallOperator->isConst(); in RebuildLambdaScopeInfo()14677 assert((FD == getCurFunctionDecl() || getCurLambda()->CallOperator == FD) && in ActOnFinishFunctionBody()
3474 currentDecl = LSI->CallOperator; in BuildPredefinedExpr()4504 DC = LSI->CallOperator; in CreateUnaryExprOrTypeTraitExpr()5646 DC = LSI->CallOperator; in CreateBuiltinArraySubscriptExpr()18659 if (LSI && (!LSI->CallOperator || in DoMarkVarDeclReferenced()18660 !LSI->CallOperator->Encloses(Var->getDeclContext()))) { in DoMarkVarDeclReferenced()
3466 if (const auto *CallOperator = in createCodeCompletionStringForDecl() local3468 AddFunctionTypeAndResult(CallOperator); in createCodeCompletionStringForDecl()
12834 LSI->CallOperator = NewCallOperator; in TransformLambdaExpr()
42 unsigned getManglingNumber(const CXXMethodDecl *CallOperator) override { in getManglingNumber() argument76 unsigned getDeviceManglingNumber(const CXXMethodDecl *CallOperator) override { in getDeviceManglingNumber() argument77 return DeviceCtx->getManglingNumber(CallOperator); in getDeviceManglingNumber()
142 unsigned getManglingNumber(const CXXMethodDecl *CallOperator) override { in getManglingNumber() argument143 const CXXRecordDecl *Lambda = CallOperator->getParent(); in getManglingNumber()
37 virtual unsigned getManglingNumber(const CXXMethodDecl *CallOperator) = 0;
825 CXXMethodDecl *CallOperator = nullptr; variable
6672 CXXMethodDecl *CallOperator,6723 CXXMethodDecl *CallOperator, Scope *CurScope);