Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Sema/
HDScopeInfo.h887 bool isGenericLambda() const { in isGenericLambda() function
/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
HDDeclCXX.cpp1396 bool CXXRecordDecl::isGenericLambda() const { in isGenericLambda() function in CXXRecordDecl
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
HDExprCXX.h2014 bool isGenericLambda() const { return getTemplateParameterList(); } in isGenericLambda() function