Home
last modified time | relevance | path

Searched defs:isGenericLambda (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DScopeInfo.h951 bool isGenericLambda() const { in isGenericLambda() function
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDeclCXX.cpp1560 bool CXXRecordDecl::isGenericLambda() const { in isGenericLambda() function in CXXRecordDecl
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DExprCXX.h2118 bool isGenericLambda() const { return getTemplateParameterList(); } in isGenericLambda() function