summaryrefslogtreecommitdiff
path: root/odb/context.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'odb/context.hxx')
-rw-r--r--odb/context.hxx6
1 files changed, 6 insertions, 0 deletions
diff --git a/odb/context.hxx b/odb/context.hxx
index 6398a5f..7032dcf 100644
--- a/odb/context.hxx
+++ b/odb/context.hxx
@@ -1290,6 +1290,12 @@ public:
location_t
class_location (semantics::class_&);
+ // Same as above, but returns "real" location, that is, ignoring
+ // the definition point overrides.
+ //
+ location_t
+ class_real_location (semantics::class_&);
+
// Database names and types.
//
public: