File tree Expand file tree Collapse file tree 2 files changed +28
-0
lines changed
cpp/ql/test/library-tests/qualifiers/class-enum Expand file tree Collapse file tree 2 files changed +28
-0
lines changed Original file line number Diff line number Diff line change 1+ | file://:0:0:0:0 | __va_list_tag | __va_list_tag |
2+ | file://:0:0:0:0 | fp_offset | __va_list_tag::fp_offset |
3+ | file://:0:0:0:0 | gp_offset | __va_list_tag::gp_offset |
4+ | file://:0:0:0:0 | operator= | __va_list_tag::operator= |
5+ | file://:0:0:0:0 | operator= | __va_list_tag::operator= |
6+ | file://:0:0:0:0 | overflow_arg_area | __va_list_tag::overflow_arg_area |
7+ | file://:0:0:0:0 | reg_save_area | __va_list_tag::reg_save_area |
8+ | test.cpp:2:7:2:7 | operator= | MyEnumClass::operator= |
9+ | test.cpp:2:7:2:7 | operator= | MyEnumClass::operator= |
10+ | test.cpp:2:7:2:17 | MyEnumClass | MyEnumClass |
11+ | test.cpp:4:10:4:15 | MyEnum | MyEnumClass::MyEnum |
12+ | test.cpp:5:9:5:9 | A | MyEnumClass::A |
13+ | test.cpp:5:9:5:9 | A | MyEnumClass::MyEnum::A |
14+ | test.cpp:6:9:6:9 | B | MyEnumClass::B |
15+ | test.cpp:6:9:6:9 | B | MyEnumClass::MyEnum::B |
16+ | test.cpp:10:34:10:34 | v | v |
17+ | test.cpp:12:7:12:7 | MyClass2 | MyClass2::MyClass2 |
18+ | test.cpp:12:7:12:7 | MyClass2 | MyClass2::MyClass2 |
19+ | test.cpp:12:7:12:7 | operator= | MyClass2::operator= |
20+ | test.cpp:12:7:12:7 | operator= | MyClass2::operator= |
21+ | test.cpp:12:7:12:14 | MyClass2 | MyClass2 |
22+ | test.cpp:14:12:14:19 | MyClass2 | MyClass2::MyClass2 |
23+ | test.cpp:17:6:17:6 | f | f |
Original file line number Diff line number Diff line change 1+ import cpp
2+
3+ from Declaration d
4+ select d , d .getQualifiedName ( )
5+
You can’t perform that action at this time.
0 commit comments