clang-pure-0.1.0.3: Pure C++ code analysis with libclang

Safe HaskellNone
LanguageHaskell2010

Language.C.Clang.Type

Documentation

data Type Source #

Instances

Clang Type Source # 

Methods

deref :: Type -> (Ptr (RefOf Type) -> IO a) -> IO a

unsafeToPtr :: Type -> Ptr (RefOf Type)