Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DScopeInfo.h917 bool isGenericLambda() const { in isGenericLambda() function
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DDeclCXX.cpp1470 bool CXXRecordDecl::isGenericLambda() const { in isGenericLambda() function in CXXRecordDecl
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DExprCXX.h2046 bool isGenericLambda() const { return getTemplateParameterList(); } in isGenericLambda() function