LibClang-0.1.0: Haskell bindings for libclang (a C++ parsing library)

Safe HaskellNone

Clang.Completion

Documentation

type CodeCompleteResults = ForeignPtr CodeCompleteResultsObjSource

codeCompleteAtSource

Arguments

:: TranslationUnit 
-> FilePath

Filename of the source file

-> Int

Line in the source file

-> Int

Column on the line

-> [UnsavedFile]

Unsaved files so far

-> [CodeCompleteFlags] 
-> IO CodeCompleteResults