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

Safe HaskellNone
LanguageHaskell2010

Language.C.Clang.Location

Contents

Documentation

data SourceRange Source #

Instances
Eq SourceRange Source # 
Instance details

Defined in Language.C.Clang.Internal.FFI

Clang SourceRange Source # 
Instance details

Defined in Language.C.Clang.Internal.Types

Methods

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

unsafeToPtr :: SourceRange -> Ptr (RefOf SourceRange)

data Location Source #

Constructors

Location 

Fields

Instances
Eq Location Source # 
Instance details

Defined in Language.C.Clang.Location

Show Location Source # 
Instance details

Defined in Language.C.Clang.Location

Orphan instances

Eq Location Source # 
Instance details

Show Location Source # 
Instance details