Home | History | Annotate | Download | only in Sema

Lines Matching refs:Lambda

1082   // A Lambda call operator whose parent is a class must not be treated
1083 // as an inline member function. A Lambda can be used legally
1086 // context would be the nested class (when the lambda is defined in one);
1087 // If the class is not complete, then the lambda is being used in an
11190 LSI->Lambda = LambdaClass;
11255 // If we are instantiating a generic lambda call operator, push
11267 "when instantiating a generic lambda!");
11469 // In C++11, we don't use 'auto' deduction rules for lambda call
11475 // C++11 [expr.prim.lambda]p4: