Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Analysis/
H A DBodyFarm.cpp293 FunctionDecl *callOperatorDecl = CallbackDecl->getLambdaCallOperator(); in create_call_once_lambda_call()
414 CallbackFunctionType = CallbackRecordDecl->getLambdaCallOperator() in create_call_once()
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/Interp/
H A DByteCodeStmtGen.cpp97 const CXXMethodDecl *LambdaCallOp = ClosureClass->getLambdaCallOperator(); in emitLambdaStaticInvokerBody()
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DDeclCXX.cpp1591 CXXMethodDecl *CXXRecordDecl::getLambdaCallOperator() const { in getLambdaCallOperator() function in CXXRecordDecl
1604 CXXMethodDecl *CallOp = getLambdaCallOperator(); in getLambdaStaticInvoker()
1661 CXXMethodDecl *CallOp = getLambdaCallOperator(); in getGenericLambdaTemplateParameterList()
H A DASTStructuralEquivalence.cpp1518 if (!IsStructurallyEquivalent(Context, D1->getLambdaCallOperator(), in IsStructurallyEquivalentLambdas()
1519 D2->getLambdaCallOperator())) in IsStructurallyEquivalentLambdas()
H A DExprCXX.cpp1338 return Record->getLambdaCallOperator(); in getCallOperator()
H A DDecl.cpp3256 return MD->getParent()->getLambdaCallOperator()->isImmediateFunction(); in isImmediateFunction()
H A DExprConstant.cpp7990 ClosureClass->getLambdaCallOperator(); in handleCallExpr()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DCallEvent.h656 CXXMethodDecl *LambdaCallOperator = LambdaDecl->getLambdaCallOperator(); in getRuntimeDefinition()
/freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DRegionStore.cpp1069 if (RD->isLambda() && RD->getLambdaCallOperator()->getBody()) { in VisitCluster()
1076 match(RefToStatic, *RD->getLambdaCallOperator()->getBody(), in VisitCluster()
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGClass.cpp2964 const CXXMethodDecl *CallOp = Lambda->getLambdaCallOperator(); in EmitLambdaBlockInvokeBody()
3019 const CXXMethodDecl *CallOp = Lambda->getLambdaCallOperator(); in EmitLambdaDelegatingInvokeBody()
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaConcept.cpp695 return CheckFunctionConstraints(MD->getParent()->getLambdaCallOperator(), in CheckFunctionConstraints()
H A DSemaTemplateDeduction.cpp5166 FunctionDecl *CallOp = Lambda->getLambdaCallOperator(); in DeduceReturnType()
5227 FunctionDecl *CallOp = Lambda->getLambdaCallOperator(); in CheckIfFunctionSpecializationIsImmediate()
H A DSemaOverload.cpp3986 CXXMethodDecl *CallOp = Conv2->getParent()->getLambdaCallOperator(); in compareConversionFunctions()
10977 CXXMethodDecl *CallOp = RD->getLambdaCallOperator(); in shouldSkipNotingLambdaConversionDecl()
H A DSemaExprCXX.cpp1200 if (Closure->getLambdaCallOperator()->isConst()) in adjustCVQualifiersForCXXThisWithinLambda()
H A DSemaCodeComplete.cpp3527 return RecordDecl->getLambdaCallOperator(); in extractFunctorCallOperator()
H A DSemaDeclCXX.cpp15907 FunctionDecl *CallOp = Lambda->getLambdaCallOperator(); in DefineImplicitLambdaToFunctionPointerConversion()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DDeclCXX.h1038 CXXMethodDecl *getLambdaCallOperator() const;
H A DRecursiveASTVisitor.h2191 declaresSameEntity(RD->getLambdaCallOperator(), MD)) {