| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Language.C.Clang.Location
Contents
Documentation
data SourceRange Source #
Instances
| Eq SourceRange Source # | |
Defined in Language.C.Clang.Internal.FFI | |
| Clang SourceRange Source # | |
Defined in Language.C.Clang.Internal.Types Methods deref :: SourceRange -> (Ptr (RefOf SourceRange) -> IO a) -> IO a unsafeToPtr :: SourceRange -> Ptr (RefOf SourceRange) | |
rangeEnd :: SourceRange -> SourceLocation Source #
data SourceLocation Source #
Instances
| Eq SourceLocation Source # | |
Defined in Language.C.Clang.Internal.FFI Methods (==) :: SourceLocation -> SourceLocation -> Bool # (/=) :: SourceLocation -> SourceLocation -> Bool # | |
| Clang SourceLocation Source # | |
Defined in Language.C.Clang.Internal.Types Methods deref :: SourceLocation -> (Ptr (RefOf SourceLocation) -> IO a) -> IO a unsafeToPtr :: SourceLocation -> Ptr (RefOf SourceLocation) | |
isFromMainFile :: SourceLocation -> Bool Source #