Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DASTLambda.h73 return (isLambdaCallOperator(MD) || MD->isLambdaStaticInvoker()) && in isGenericLambdaCallOperatorOrStaticInvokerSpecialization()
H A DDeclCXX.h2120 bool isLambdaStaticInvoker() const;
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCodeGenFunction.cpp1348 cast<CXXMethodDecl>(FD)->isLambdaStaticInvoker()) { in GenerateCode()
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DDeclCXX.cpp2500 bool CXXMethodDecl::isLambdaStaticInvoker() const { in isLambdaStaticInvoker() function in CXXMethodDecl
H A DExprConstant.cpp7612 } else if (MD && MD->isLambdaStaticInvoker()) { in handleCallExpr()