aboutsummaryrefslogtreecommitdiff
path: root/odb/context.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'odb/context.hxx')
-rw-r--r--odb/context.hxx8
1 files changed, 8 insertions, 0 deletions
diff --git a/odb/context.hxx b/odb/context.hxx
index a3a58bf..57e50a7 100644
--- a/odb/context.hxx
+++ b/odb/context.hxx
@@ -1150,6 +1150,14 @@ public:
static semantics::path
class_file (semantics::class_&);
+ // Return the location (as location_t; useful for comparison) of
+ // an "ODB class" (i.e., an object, view, or composite value),
+ // taking into account things like definition point overrides,
+ // etc.
+ //
+ location_t
+ class_location (semantics::class_&);
+
// Database names and types.
//
public: