Home
last modified time | relevance | path

Searched refs:isLambdaStaticInvoker (Results 1 – 6 of 6) sorted by relevance

/llvm-project-15.0.7/clang/include/clang/AST/
H A DASTLambda.h73 return (isLambdaCallOperator(MD) || MD->isLambdaStaticInvoker()) && in isGenericLambdaCallOperatorOrStaticInvokerSpecialization()
H A DDeclCXX.h2154 bool isLambdaStaticInvoker() const;
/llvm-project-15.0.7/clang-tools-extra/clang-tidy/misc/
H A DUnusedParametersCheck.cpp182 if (Method->isLambdaStaticInvoker()) in check()
/llvm-project-15.0.7/clang/lib/AST/
H A DDeclCXX.cpp2503 bool CXXMethodDecl::isLambdaStaticInvoker() const { in isLambdaStaticInvoker() function in CXXMethodDecl
H A DExprConstant.cpp7703 } else if (MD && MD->isLambdaStaticInvoker()) { in handleCallExpr()
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCodeGenFunction.cpp1422 cast<CXXMethodDecl>(FD)->isLambdaStaticInvoker()) { in GenerateCode()