From d322429a1fd0ecc423bb2a9a1cd5cf1ecd102913 Mon Sep 17 00:00:00 2001
From: "Jonathan D. Turner" the DeclContext::lookup
operation will return
- an OverloadedFunctionDecl
that contains both
- declarations of "g". Clients that perform semantic analysis on a
+ a DeclContext::lookup_result
that contains a range of iterators
+ over declarations of "g". Clients that perform semantic analysis on a
program that is not concerned with the actual source code will
primarily use this semantics-centric view.N
for
- "f" will return an OverloadedFunctionDecl
that contains
- both declarations of "f".
DeclContext::lookup_result
that contains
+ a range of iterators over declarations of "f".
DeclContext
manages multiply-defined declaration
contexts internally. The