Class ClangDocumentation.Functions

java.lang.Object
org.lwjgl.llvm.ClangDocumentation.Functions
Enclosing class:
ClangDocumentation

public static final class ClangDocumentation.Functions extends Object
Contains the function pointers loaded from ClangIndex.getLibrary().
  • Field Details

    • Cursor_getParsedComment

      public static final long Cursor_getParsedComment
      Function address.
    • Comment_getKind

      public static final long Comment_getKind
      Function address.
    • Comment_getNumChildren

      public static final long Comment_getNumChildren
      Function address.
    • Comment_getChild

      public static final long Comment_getChild
      Function address.
    • Comment_isWhitespace

      public static final long Comment_isWhitespace
      Function address.
    • InlineContentComment_hasTrailingNewline

      public static final long InlineContentComment_hasTrailingNewline
      Function address.
    • TextComment_getText

      public static final long TextComment_getText
      Function address.
    • InlineCommandComment_getCommandName

      public static final long InlineCommandComment_getCommandName
      Function address.
    • InlineCommandComment_getRenderKind

      public static final long InlineCommandComment_getRenderKind
      Function address.
    • InlineCommandComment_getNumArgs

      public static final long InlineCommandComment_getNumArgs
      Function address.
    • InlineCommandComment_getArgText

      public static final long InlineCommandComment_getArgText
      Function address.
    • HTMLTagComment_getTagName

      public static final long HTMLTagComment_getTagName
      Function address.
    • HTMLStartTagComment_isSelfClosing

      public static final long HTMLStartTagComment_isSelfClosing
      Function address.
    • HTMLStartTag_getNumAttrs

      public static final long HTMLStartTag_getNumAttrs
      Function address.
    • HTMLStartTag_getAttrName

      public static final long HTMLStartTag_getAttrName
      Function address.
    • HTMLStartTag_getAttrValue

      public static final long HTMLStartTag_getAttrValue
      Function address.
    • BlockCommandComment_getCommandName

      public static final long BlockCommandComment_getCommandName
      Function address.
    • BlockCommandComment_getNumArgs

      public static final long BlockCommandComment_getNumArgs
      Function address.
    • BlockCommandComment_getArgText

      public static final long BlockCommandComment_getArgText
      Function address.
    • BlockCommandComment_getParagraph

      public static final long BlockCommandComment_getParagraph
      Function address.
    • ParamCommandComment_getParamName

      public static final long ParamCommandComment_getParamName
      Function address.
    • ParamCommandComment_isParamIndexValid

      public static final long ParamCommandComment_isParamIndexValid
      Function address.
    • ParamCommandComment_getParamIndex

      public static final long ParamCommandComment_getParamIndex
      Function address.
    • ParamCommandComment_isDirectionExplicit

      public static final long ParamCommandComment_isDirectionExplicit
      Function address.
    • ParamCommandComment_getDirection

      public static final long ParamCommandComment_getDirection
      Function address.
    • TParamCommandComment_getParamName

      public static final long TParamCommandComment_getParamName
      Function address.
    • TParamCommandComment_isParamPositionValid

      public static final long TParamCommandComment_isParamPositionValid
      Function address.
    • TParamCommandComment_getDepth

      public static final long TParamCommandComment_getDepth
      Function address.
    • TParamCommandComment_getIndex

      public static final long TParamCommandComment_getIndex
      Function address.
    • VerbatimBlockLineComment_getText

      public static final long VerbatimBlockLineComment_getText
      Function address.
    • VerbatimLineComment_getText

      public static final long VerbatimLineComment_getText
      Function address.
    • HTMLTagComment_getAsString

      public static final long HTMLTagComment_getAsString
      Function address.
    • FullComment_getAsHTML

      public static final long FullComment_getAsHTML
      Function address.
    • FullComment_getAsXML

      public static final long FullComment_getAsXML
      Function address.
    • createAPISet

      public static final long createAPISet
      Function address.
    • disposeAPISet

      public static final long disposeAPISet
      Function address.
    • getSymbolGraphForUSR

      public static final long getSymbolGraphForUSR
      Function address.
    • getSymbolGraphForCursor

      public static final long getSymbolGraphForCursor
      Function address.