Searched refs:isLambdaMethod (Results 1 – 7 of 7) sorted by relevance
39 inline bool isLambdaMethod(const DeclContext *DC) { in isLambdaMethod() function
893 if (isLambdaMethod(FD)) in ComputeName()
3947 return isLambdaMethod(D); in hasReturnTypeDeclaredInside()
3083 if (isLambdaMethod(D) && !D->getTypeSourceInfo() && in VisitCXXMethodDecl()
17615 if (isLambdaMethod(FD)) in PushExpressionEvaluationContextForFunction()17618 (isLambdaMethod(FD) && (Parent.isConstantEvaluated() || in PushExpressionEvaluationContextForFunction()
14110 if (inTemplateInstantiation() && isLambdaMethod(SpecialMem)) { in setupImplicitSpecialMemberType()
1841 if (isLambdaMethod(MD) && MD->getOverloadedOperator() == OO_Call) { in tryEmitAsConstant()