Home
last modified time | relevance | path

Searched defs:Point2 (Results 1 – 2 of 2) sorted by relevance

/llvm-project/clang/test/PCH/
H A Dstruct.h7 struct Point2 { struct
8 float xValue, yValue, zValue;
/llvm-project/clang/test/CodeCompletion/
H A Dmember-access.c15 struct Point2 { struct
19 void test2(struct Point2 p) { in test2() argument