Home | History | Annotate | Download | only in AST

Lines Matching refs:IsGenericLambda

978 bool CXXRecordDecl::isGenericLambda() const { 
980 return getLambdaData().IsGenericLambda;
1570 if (P->isGenericLambda() && this->isFunctionTemplateSpecialization())