reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1663 Class = LSI->Lambda; 1669 IsGenericLambda = Class->isGenericLambda(); 1671 CallOperator->setLexicalDeclContext(Class); 1679 TemplateOrNonTemplateCallOperatorDecl->setLexicalDeclContext(Class); 1770 BuildCaptureField(Class, From); 1781 addFunctionPointerConversion(*this, IntroducerRange, Class, 1791 addBlockPointerConversion(*this, IntroducerRange, Class, CallOperator); 1794 SmallVector<Decl*, 4> Fields(Class->fields()); 1795 ActOnFields(nullptr, Class->getLocation(), Class, Fields, SourceLocation(), 1795 ActOnFields(nullptr, Class->getLocation(), Class, Fields, SourceLocation(), 1797 CheckCompletedCXXClass(Class); 1802 LambdaExpr *Lambda = LambdaExpr::Create(Context, Class, IntroducerRange, 1814 !Class->getDeclContext()->isDependentContext()) {