wrappers

object wrappers
class Object
trait Matchable
class Any

Value members

Concrete methods

def clang_Type_getNamedType(curs: CXType)(using Zone): CXType
def clang_formatDiagnostic(curs: CXDiagnostic, options: CUnsignedInt)(using Zone): CXString
def clang_getArgType(curs: CXType, idx: CInt)(using Zone): CXType
def clang_getArrayElementType(curs: CXType)(using Zone): CXType
def clang_getCanonicalType(curs: CXType)(using Zone): CXType
def clang_getCursorSpelling(curs: CXCursor)(using Zone): CXString
def clang_getCursorType(curs: CXCursor)(using Zone): CXType
def clang_getNullCursor()(implicit z: Zone): CXCursor
def clang_getPointeeType(curs: CXType)(using Zone): CXType
def clang_getResultType(curs: CXType)(using Zone): CXType
def clang_getTypeDeclaration(curs: CXType)(using Zone): CXCursor
def clang_getTypeSpelling(curs: CXType)(using Zone): CXString
def clang_getTypedefName(curs: CXType)(using Zone): CXString
def clang_hashCursor(curs: CXCursor): UInt
def clang_visitChildren(curs: CXCursor): UInt