Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Analysis/
H A DBodyFarm.cpp282 FunctionDecl *callOperatorDecl = CallbackDecl->getLambdaCallOperator(); in create_call_once_lambda_call()
386 CallbackFunctionType = CallbackRecordDecl->getLambdaCallOperator() in create_call_once()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DCallEvent.h647 CXXMethodDecl* LambdaCallOperator = LambdaDecl->getLambdaCallOperator(); in getRuntimeDefinition()
/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DDeclCXX.cpp1362 CXXMethodDecl* CXXRecordDecl::getLambdaCallOperator() const { in getLambdaCallOperator() function in CXXRecordDecl
1415 CXXMethodDecl *CallOp = getLambdaCallOperator(); in getGenericLambdaTemplateParameterList()
H A DExprCXX.cpp1202 return Record->getLambdaCallOperator(); in getCallOperator()
H A DExprConstant.cpp4949 ClosureClass->getLambdaCallOperator(); in handleCallExpr()
/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DRegionStore.cpp1042 if (RD->isLambda() && RD->getLambdaCallOperator()->getBody()) { in VisitCluster()
1049 match(RefToStatic, *RD->getLambdaCallOperator()->getBody(), in VisitCluster()
/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGClass.cpp2841 const CXXMethodDecl *CallOp = Lambda->getLambdaCallOperator(); in EmitLambdaBlockInvokeBody()
2881 const CXXMethodDecl *CallOp = Lambda->getLambdaCallOperator(); in EmitLambdaDelegatingInvokeBody()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DDeclCXX.h1213 CXXMethodDecl *getLambdaCallOperator() const;
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaTemplateDeduction.cpp4606 FunctionDecl *CallOp = Lambda->getLambdaCallOperator(); in DeduceReturnType()
H A DSemaExprCXX.cpp1034 if (Closure->getLambdaCallOperator()->isConst()) in adjustCVQualifiersForCXXThisWithinLambda()
H A DSemaDeclCXX.cpp12765 FunctionDecl *CallOp = Lambda->getLambdaCallOperator(); in DefineImplicitLambdaToFunctionPointerConversion()