clang-pure-0.2.0.5: Pure C++ code analysis with libclang
Language.C.Clang.File
data File Source #
Defined in Language.C.Clang.Internal.Types
Methods
(==) :: File -> File -> Bool Source #
(/=) :: File -> File -> Bool Source #
Defined in Language.C.Clang.Internal.FFI
showsPrec :: Int -> File -> ShowS Source #
show :: File -> String Source #
showList :: [File] -> ShowS Source #
deref :: File -> (Ptr (RefOf File) -> IO a) -> IO a
unsafeToPtr :: File -> Ptr (RefOf File)
getFile :: TranslationUnit -> FilePath -> Maybe File Source #
fileName :: File -> ByteString Source #