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

/external/clang/include/clang/AST/
H A DExprCXX.h1511 bool isGenericLambda() const { return getTemplateParameterList(); } function in class:clang::LambdaExpr
/external/clang/lib/AST/
H A DDeclCXX.cpp978 bool CXXRecordDecl::isGenericLambda() const { function in class:CXXRecordDecl
1570 if (P->isGenericLambda() && this->isFunctionTemplateSpecialization())

Completed in 101 milliseconds