Home
last modified time | relevance | path

Searched refs:AmbiguousVar (Results 1 – 1 of 1) sorted by relevance

/external/clang/test/CXX/expr/expr.prim/expr.prim.lambda/
Dp10.cpp6 int AmbiguousVar; // expected-note {{candidate}} variable
8 int AmbiguousVar; // expected-note {{candidate}} variable
22 (void)[&AmbiguousVar] () {}; // expected-error {{reference to 'AmbiguousVar' is ambiguous}} in explicit_capture()