< prev index next >

test/jdk/com/sun/tools/jextract/jclang-ffi/src/jdk/internal/clang/SourceRange.java

Print this page

        

*** 21,32 **** * questions. */ package jdk.internal.clang; import java.nio.ByteBuffer; ! import static clang.Index.CXSourceLocation; ! import static clang.Index.CXSourceRange; public class SourceRange { final CXSourceRange range; SourceRange(CXSourceRange range) { --- 21,32 ---- * questions. */ package jdk.internal.clang; import java.nio.ByteBuffer; ! import static clang.Index_h.CXSourceLocation; ! import static clang.Index_h.CXSourceRange; public class SourceRange { final CXSourceRange range; SourceRange(CXSourceRange range) {
< prev index next >