Home
last modified time | relevance | path

Searched refs:CallOperator (Results 1 – 12 of 12) sorted by relevance

/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaLambda.cpp493 LSI->CallOperator = CallOperator; in buildLambdaScope()
1247 LSI->CallOperator->isConsteval() in ActOnStartOfLambdaDefinition()
1453 CallOperator->getBody()->getEndLoc()); in addFunctionPointerConversion()
1755 CXXMethodDecl *CallOperator; in BuildLambdaExpr() local
1763 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() local
1974 CallOperator->setReferenced(); in BuildBlockForLambdaConversion()
[all …]
H A DSemaExprCXX.cpp1122 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()
H A DSemaStmt.cpp3534 CurLambda && hasDeducedReturnType(CurLambda->CallOperator); in ActOnCapScopeReturnStmt()
3551 FunctionDecl *FD = CurLambda->CallOperator; in ActOnCapScopeReturnStmt()
3618 if (CurLambda->CallOperator->getType() in ActOnCapScopeReturnStmt()
H A DSemaDecl.cpp14141 static void RebuildLambdaScopeInfo(CXXMethodDecl *CallOperator, in RebuildLambdaScopeInfo() argument
14143 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()
H A DSemaExpr.cpp3474 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()
H A DSemaCodeComplete.cpp3466 if (const auto *CallOperator = in createCodeCompletionStringForDecl() local
3468 AddFunctionTypeAndResult(CallOperator); in createCodeCompletionStringForDecl()
H A DTreeTransform.h12834 LSI->CallOperator = NewCallOperator; in TransformLambdaExpr()
/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DMicrosoftCXXABI.cpp42 unsigned getManglingNumber(const CXXMethodDecl *CallOperator) override { in getManglingNumber() argument
76 unsigned getDeviceManglingNumber(const CXXMethodDecl *CallOperator) override { in getDeviceManglingNumber() argument
77 return DeviceCtx->getManglingNumber(CallOperator); in getDeviceManglingNumber()
H A DItaniumCXXABI.cpp142 unsigned getManglingNumber(const CXXMethodDecl *CallOperator) override { in getManglingNumber() argument
143 const CXXRecordDecl *Lambda = CallOperator->getParent(); in getManglingNumber()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DMangleNumberingContext.h37 virtual unsigned getManglingNumber(const CXXMethodDecl *CallOperator) = 0;
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Sema/
H A DScopeInfo.h825 CXXMethodDecl *CallOperator = nullptr; variable
H A DSema.h6669 CXXMethodDecl *CallOperator,
6720 CXXMethodDecl *CallOperator, Scope *CurScope);