Lines Matching full:expression
6 // In a class member access expression (5.2.5), if the . or -> token is
10 // looked up in the class of the object expression. If the identifier is not
11 // found, it is then looked up in the context of the entire postfix-expression
13 // the object expression finds a template, the name is also looked up in the
14 // context of the entire postfix-expression and
16 // expression is used, otherwise
17 // -- if the name is found in the context of the entire postfix-expression
19 // object expression is used, otherwise
21 // entity as the one found in the class of the object expression,
49 // expected-warning@-2 {{lookup of 'set' in member access expression is ambiguous; using member of 'Value'}}