Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/lib/AST/
H A DDeclCXX.cpp985 bool CXXRecordDecl::isGenericLambda() const { in isGenericLambda() function in CXXRecordDecl
/minix3/external/bsd/llvm/dist/clang/include/clang/AST/
H A DExprCXX.h1541 bool isGenericLambda() const { return getTemplateParameterList(); } in isGenericLambda() function