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

Safe HaskellNone
LanguageHaskell2010

Language.C.Clang.Type

Documentation

data Type Source #

Instances
Eq Type Source # 
Instance details

Defined in Language.C.Clang.Internal.FFI

Methods

(==) :: Type -> Type -> Bool #

(/=) :: Type -> Type -> Bool #

Show Type Source # 
Instance details

Defined in Language.C.Clang.Internal.FFI

Methods

showsPrec :: Int -> Type -> ShowS #

show :: Type -> String #

showList :: [Type] -> ShowS #

Clang Type Source # 
Instance details

Defined in Language.C.Clang.Internal.Types

Methods

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

unsafeToPtr :: Type -> Ptr (RefOf Type)