Searched refs:CallOperator (Results 1 – 12 of 12) sorted by relevance
493 LSI->CallOperator = CallOperator; in buildLambdaScope()1247 LSI->CallOperator->isConsteval() in ActOnStartOfLambdaDefinition()1453 CallOperator->getBody()->getEndLoc()); in addFunctionPointerConversion()1755 CXXMethodDecl *CallOperator; in BuildLambdaExpr() local1763 CallOperator = LSI->CallOperator; in BuildLambdaExpr()1776 : cast<Decl>(CallOperator); in BuildLambdaExpr()1917 !CallOperator->isConstexpr() && in BuildLambdaExpr()1920 CallOperator->setConstexprKind( in BuildLambdaExpr()1970 CXXMethodDecl *CallOperator in BuildBlockForLambdaConversion() local1974 CallOperator->setReferenced(); in BuildBlockForLambdaConversion()[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()18649 if (LSI && (!LSI->CallOperator || in DoMarkVarDeclReferenced()18650 !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
6669 CXXMethodDecl *CallOperator,6720 CXXMethodDecl *CallOperator, Scope *CurScope);