| /freebsd/contrib/llvm-project/clang/lib/Analysis/ |
| H A D | BodyFarm.cpp | 293 FunctionDecl *callOperatorDecl = CallbackDecl->getLambdaCallOperator(); in create_call_once_lambda_call() 414 CallbackFunctionType = CallbackRecordDecl->getLambdaCallOperator() in create_call_once()
|
| /freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/ |
| H A D | Context.cpp | 428 const CXXMethodDecl *LambdaCallOp = ClosureClass->getLambdaCallOperator(); in getOrCreateFunction()
|
| H A D | Compiler.cpp | 5795 const CXXMethodDecl *LambdaCallOp = ClosureClass->getLambdaCallOperator(); in emitLambdaStaticInvokerBody()
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaOpenACC.cpp | 1750 return RD->getLambdaCallOperator(); in getFunctionFromRoutineName() 2251 return RD->getLambdaCallOperator(); in LegalizeNextParsedDecl() 2264 return RD->getLambdaCallOperator(); in LegalizeNextParsedDecl()
|
| H A D | SemaConcept.cpp | 813 return CheckFunctionConstraints(MD->getParent()->getLambdaCallOperator(), in CheckFunctionConstraints()
|
| H A D | SemaTemplateDeduction.cpp | 5411 FunctionDecl *CallOp = Lambda->getLambdaCallOperator(); in DeduceReturnType() 5472 FunctionDecl *CallOp = Lambda->getLambdaCallOperator(); in CheckIfFunctionSpecializationIsImmediate()
|
| H A D | SemaTemplateInstantiate.cpp | 441 if (isLambdaEnclosedByTypeAliasDecl(Rec->getLambdaCallOperator(), in HandleRecordDecl()
|
| H A D | SemaExprCXX.cpp | 1179 if (Closure->getLambdaCallOperator()->isConst()) in adjustCVQualifiersForCXXThisWithinLambda()
|
| H A D | SemaOverload.cpp | 4256 CXXMethodDecl *CallOp = Conv2->getParent()->getLambdaCallOperator(); in compareConversionFunctions() 11682 CXXMethodDecl *CallOp = RD->getLambdaCallOperator(); in shouldSkipNotingLambdaConversionDecl()
|
| H A D | SemaCodeComplete.cpp | 3696 return RecordDecl->getLambdaCallOperator(); in extractFunctorCallOperator()
|
| H A D | SemaDeclCXX.cpp | 16078 FunctionDecl *CallOp = Lambda->getLambdaCallOperator(); in DefineImplicitLambdaToFunctionPointerConversion()
|
| /freebsd/contrib/llvm-project/clang/lib/AST/ |
| H A D | DeclCXX.cpp | 1749 CXXMethodDecl *CXXRecordDecl::getLambdaCallOperator() const { in getLambdaCallOperator() function in CXXRecordDecl 1762 CXXMethodDecl *CallOp = getLambdaCallOperator(); in getLambdaStaticInvoker() 1820 CXXMethodDecl *CallOp = getLambdaCallOperator(); in getGenericLambdaTemplateParameterList()
|
| H A D | ASTStructuralEquivalence.cpp | 1697 if (!IsStructurallyEquivalent(Context, D1->getLambdaCallOperator(), in IsStructurallyEquivalentLambdas() 1698 D2->getLambdaCallOperator())) in IsStructurallyEquivalentLambdas()
|
| H A D | DeclPrinter.cpp | 310 if (const auto *Call = CXXRD->getLambdaCallOperator()) { in PrintOpenACCRoutineOnLambda()
|
| H A D | ExprCXX.cpp | 1394 return Record->getLambdaCallOperator(); in getCallOperator()
|
| H A D | Decl.cpp | 3347 return MD->getParent()->getLambdaCallOperator()->isImmediateFunction(); in isImmediateFunction()
|
| H A D | ExprConstant.cpp | 8393 ClosureClass->getLambdaCallOperator(); in handleCallExpr()
|
| /freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
| H A D | CallEvent.h | 659 CXXMethodDecl *LambdaCallOperator = LambdaDecl->getLambdaCallOperator(); in getRuntimeDefinition()
|
| /freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
| H A D | CallEvent.cpp | 698 return RuntimeDefinition{CMD->getParent()->getLambdaCallOperator()}; in getRuntimeDefinition()
|
| H A D | RegionStore.cpp | 1237 if (RD->isLambda() && RD->getLambdaCallOperator()->getBody()) { in VisitCluster() 1244 match(RefToStatic, *RD->getLambdaCallOperator()->getBody(), in VisitCluster()
|
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGClass.cpp | 3029 const CXXMethodDecl *CallOp = Lambda->getLambdaCallOperator(); in EmitLambdaBlockInvokeBody() 3084 const CXXMethodDecl *CallOp = Lambda->getLambdaCallOperator(); in EmitLambdaDelegatingInvokeBody()
|
| /freebsd/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | DeclCXX.h | 1044 CXXMethodDecl *getLambdaCallOperator() const;
|
| H A D | RecursiveASTVisitor.h | 2292 declaresSameEntity(RD->getLambdaCallOperator(), MD)) {
|
| /freebsd/contrib/llvm-project/clang/lib/Serialization/ |
| H A D | ASTWriterDecl.cpp | 1704 Writer.GetDeclRef(D->getLambdaCallOperator())); in VisitCXXRecordDecl()
|