Lines Matching full:expression
4 // In a class member access expression (5.2.5), if the . or -> token is
8 // looked up in the class of the object expression. If the identifier is not
9 // found, it is then looked up in the context of the entire postfix-expression
11 // the object expression finds a template, the name is also looked up in the
12 // context of the entire postfix-expression and
14 // expression is used, otherwise
15 // -- if the name is found in the context of the entire postfix-expression
17 // object expression is used, otherwise
19 // entity as the one found in the class of the object expression,
39 v.set<double>(3.2); // expected-warning{{lookup of 'set' in member access expression is ambiguous; using member of 'Value'}}