Home
last modified time | relevance | path

Searched refs:isLambdaMethod (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DASTLambda.h39 inline bool isLambdaMethod(const DeclContext *DC) { in isLambdaMethod() function
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DExpr.cpp893 if (isLambdaMethod(FD)) in ComputeName()
H A DASTImporter.cpp3947 return isLambdaMethod(D); in hasReturnTypeDeclaredInside()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp3083 if (isLambdaMethod(D) && !D->getTypeSourceInfo() && in VisitCXXMethodDecl()
H A DSemaExpr.cpp17615 if (isLambdaMethod(FD)) in PushExpressionEvaluationContextForFunction()
17618 (isLambdaMethod(FD) && (Parent.isConstantEvaluated() || in PushExpressionEvaluationContextForFunction()
H A DSemaDeclCXX.cpp14110 if (inTemplateInstantiation() && isLambdaMethod(SpecialMem)) { in setupImplicitSpecialMemberType()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExpr.cpp1841 if (isLambdaMethod(MD) && MD->getOverloadedOperator() == OO_Call) { in tryEmitAsConstant()