Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/clang/lib/Analysis/
H A DBodyFarm.cpp277 FunctionDecl *callOperatorDecl = CallbackDecl->getLambdaCallOperator(); in create_call_once_lambda_call()
382 CallbackFunctionType = CallbackRecordDecl->getLambdaCallOperator() in create_call_once()
/netbsd/external/apache2/llvm/dist/clang/lib/AST/
H A DDeclCXX.cpp1501 CXXMethodDecl *CXXRecordDecl::getLambdaCallOperator() const { in getLambdaCallOperator() function in CXXRecordDecl
1514 CXXMethodDecl *CallOp = getLambdaCallOperator(); in getLambdaStaticInvoker()
1569 CXXMethodDecl *CallOp = getLambdaCallOperator(); in getGenericLambdaTemplateParameterList()
H A DASTStructuralEquivalence.cpp1342 if (!IsStructurallyEquivalent(Context, D1->getLambdaCallOperator(), in IsStructurallyEquivalentLambdas()
1343 D2->getLambdaCallOperator())) in IsStructurallyEquivalentLambdas()
H A DExprCXX.cpp1256 return Record->getLambdaCallOperator(); in getCallOperator()
H A DExprConstant.cpp7623 ClosureClass->getLambdaCallOperator(); in handleCallExpr()
/netbsd/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DCallEvent.h639 CXXMethodDecl* LambdaCallOperator = LambdaDecl->getLambdaCallOperator(); in getRuntimeDefinition()
/netbsd/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DRegionStore.cpp1079 if (RD->isLambda() && RD->getLambdaCallOperator()->getBody()) { in VisitCluster()
1086 match(RefToStatic, *RD->getLambdaCallOperator()->getBody(), in VisitCluster()
/netbsd/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGClass.cpp2910 const CXXMethodDecl *CallOp = Lambda->getLambdaCallOperator(); in EmitLambdaBlockInvokeBody()
2950 const CXXMethodDecl *CallOp = Lambda->getLambdaCallOperator(); in EmitLambdaDelegatingInvokeBody()
/netbsd/external/apache2/llvm/dist/clang/include/clang/AST/
H A DDeclCXX.h1008 CXXMethodDecl *getLambdaCallOperator() const;
H A DRecursiveASTVisitor.h2081 declaresSameEntity(RD->getLambdaCallOperator(), MD)) {
/netbsd/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaTemplateDeduction.cpp4991 FunctionDecl *CallOp = Lambda->getLambdaCallOperator(); in DeduceReturnType()
H A DSemaOverload.cpp3705 CXXMethodDecl *CallOp = Conv2->getParent()->getLambdaCallOperator(); in compareConversionFunctions()
10240 CXXMethodDecl *CallOp = RD->getLambdaCallOperator(); in shouldSkipNotingLambdaConversionDecl()
H A DSemaExprCXX.cpp1142 if (Closure->getLambdaCallOperator()->isConst()) in adjustCVQualifiersForCXXThisWithinLambda()
H A DSemaCodeComplete.cpp3423 return RecordDecl->getLambdaCallOperator(); in extractFunctorCallOperator()
H A DSemaDeclCXX.cpp14923 FunctionDecl *CallOp = Lambda->getLambdaCallOperator(); in DefineImplicitLambdaToFunctionPointerConversion()