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

Safe HaskellNone
LanguageHaskell2010

Language.C.Clang.File

Documentation

data File Source #

Instances

Eq File Source # 

Methods

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

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

Clang File Source # 

Methods

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

unsafeToPtr :: File -> Ptr (RefOf File)