Home
last modified time | relevance | path

Searched refs:getLambdaCallOperator (Results 1 – 18 of 18) sorted by relevance

/llvm-project-15.0.7/clang/lib/Analysis/
H A DBodyFarm.cpp292 FunctionDecl *callOperatorDecl = CallbackDecl->getLambdaCallOperator(); in create_call_once_lambda_call()
413 CallbackFunctionType = CallbackRecordDecl->getLambdaCallOperator() in create_call_once()
/llvm-project-15.0.7/clang-tools-extra/clang-tidy/modernize/
H A DRedundantVoidArgCheck.cpp279 if (Lambda->getLambdaClass()->getLambdaCallOperator()->getNumParams() == 0 && in processLambdaExpr()
/llvm-project-15.0.7/clang/lib/AST/
H A DDeclCXX.cpp1525 CXXMethodDecl *CXXRecordDecl::getLambdaCallOperator() const { in getLambdaCallOperator() function in CXXRecordDecl
1538 CXXMethodDecl *CallOp = getLambdaCallOperator(); in getLambdaStaticInvoker()
1593 CXXMethodDecl *CallOp = getLambdaCallOperator(); in getGenericLambdaTemplateParameterList()
H A DASTStructuralEquivalence.cpp1366 if (!IsStructurallyEquivalent(Context, D1->getLambdaCallOperator(), in IsStructurallyEquivalentLambdas()
1367 D2->getLambdaCallOperator())) in IsStructurallyEquivalentLambdas()
H A DExprCXX.cpp1262 return Record->getLambdaCallOperator(); in getCallOperator()
H A DExprConstant.cpp7714 ClosureClass->getLambdaCallOperator(); in handleCallExpr()
/llvm-project-15.0.7/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DCallEvent.h638 CXXMethodDecl* LambdaCallOperator = LambdaDecl->getLambdaCallOperator(); in getRuntimeDefinition()
/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Core/
H A DRegionStore.cpp1068 if (RD->isLambda() && RD->getLambdaCallOperator()->getBody()) { in VisitCluster()
1075 match(RefToStatic, *RD->getLambdaCallOperator()->getBody(), in VisitCluster()
/llvm-project-15.0.7/clang-tools-extra/clangd/
H A DHover.cpp278 return CD->getLambdaCallOperator(); in getUnderlyingFunction()
H A DXRefs.cpp1936 return unwrapFindType(CRD->getLambdaCallOperator()->getReturnType(), H, Out); in unwrapFindType()
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGClass.cpp2940 const CXXMethodDecl *CallOp = Lambda->getLambdaCallOperator(); in EmitLambdaBlockInvokeBody()
2980 const CXXMethodDecl *CallOp = Lambda->getLambdaCallOperator(); in EmitLambdaDelegatingInvokeBody()
/llvm-project-15.0.7/clang/include/clang/AST/
H A DDeclCXX.h1016 CXXMethodDecl *getLambdaCallOperator() const;
H A DRecursiveASTVisitor.h2215 declaresSameEntity(RD->getLambdaCallOperator(), MD)) {
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaTemplateDeduction.cpp4866 FunctionDecl *CallOp = Lambda->getLambdaCallOperator(); in DeduceReturnType()
H A DSemaOverload.cpp3724 CXXMethodDecl *CallOp = Conv2->getParent()->getLambdaCallOperator(); in compareConversionFunctions()
10414 CXXMethodDecl *CallOp = RD->getLambdaCallOperator(); in shouldSkipNotingLambdaConversionDecl()
H A DSemaExprCXX.cpp1161 if (Closure->getLambdaCallOperator()->isConst()) in adjustCVQualifiersForCXXThisWithinLambda()
H A DSemaCodeComplete.cpp3430 return RecordDecl->getLambdaCallOperator(); in extractFunctorCallOperator()
H A DSemaDeclCXX.cpp15318 FunctionDecl *CallOp = Lambda->getLambdaCallOperator(); in DefineImplicitLambdaToFunctionPointerConversion()