Searched defs:isGenericLambda (Results 1 – 3 of 3) sorted by relevance
/freebsd-src/contrib/llvm-project/clang/include/clang/Sema/ | ||
H A D | ScopeInfo.h | 951 bool isGenericLambda() const { isGenericLambda() function |
/freebsd-src/contrib/llvm-project/clang/lib/AST/ | ||
H A D | DeclCXX.cpp | 1560 bool CXXRecordDecl::isGenericLambda() const { isGenericLambda() function in CXXRecordDecl |
/freebsd-src/contrib/llvm-project/clang/include/clang/AST/ | ||
H A D | ExprCXX.h | 2118 bool isGenericLambda() const { return getTemplateParameterList(); } isGenericLambda() function |