Home
last modified time | relevance | path

Searched refs:Line_Segment (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/clang/test/SemaCXX/
H A Darrow-operator.cpp30 class Line_Segment{ public: Line_Segment(const Point&){} }; in Line_Segment() function in rdar8875304::Line_Segment
36 Line_Segment(node1->Location()); // expected-error {{not a structure or union}} in f()