Class ClangDocumentation

java.lang.Object
org.lwjgl.llvm.ClangDocumentation

public class ClangDocumentation extends Object
  • Field Details

    • CXComment_Null

      public static final int CXComment_Null
      See Also:
    • CXComment_Text

      public static final int CXComment_Text
      See Also:
    • CXComment_InlineCommand

      public static final int CXComment_InlineCommand
      See Also:
    • CXComment_HTMLStartTag

      public static final int CXComment_HTMLStartTag
      See Also:
    • CXComment_HTMLEndTag

      public static final int CXComment_HTMLEndTag
      See Also:
    • CXComment_Paragraph

      public static final int CXComment_Paragraph
      See Also:
    • CXComment_BlockCommand

      public static final int CXComment_BlockCommand
      See Also:
    • CXComment_ParamCommand

      public static final int CXComment_ParamCommand
      See Also:
    • CXComment_TParamCommand

      public static final int CXComment_TParamCommand
      See Also:
    • CXComment_VerbatimBlockCommand

      public static final int CXComment_VerbatimBlockCommand
      See Also:
    • CXComment_VerbatimBlockLine

      public static final int CXComment_VerbatimBlockLine
      See Also:
    • CXComment_VerbatimLine

      public static final int CXComment_VerbatimLine
      See Also:
    • CXComment_FullComment

      public static final int CXComment_FullComment
      See Also:
    • CXCommentInlineCommandRenderKind_Normal

      public static final int CXCommentInlineCommandRenderKind_Normal
      See Also:
    • CXCommentInlineCommandRenderKind_Bold

      public static final int CXCommentInlineCommandRenderKind_Bold
      See Also:
    • CXCommentInlineCommandRenderKind_Monospaced

      public static final int CXCommentInlineCommandRenderKind_Monospaced
      See Also:
    • CXCommentInlineCommandRenderKind_Emphasized

      public static final int CXCommentInlineCommandRenderKind_Emphasized
      See Also:
    • CXCommentInlineCommandRenderKind_Anchor

      public static final int CXCommentInlineCommandRenderKind_Anchor
      See Also:
    • CXCommentParamPassDirection_In

      public static final int CXCommentParamPassDirection_In
      See Also:
    • CXCommentParamPassDirection_Out

      public static final int CXCommentParamPassDirection_Out
      See Also:
    • CXCommentParamPassDirection_InOut

      public static final int CXCommentParamPassDirection_InOut
      See Also:
  • Method Details

    • nclang_Cursor_getParsedComment

      public static void nclang_Cursor_getParsedComment(long C, long __functionAddress, long __result)
      CXComment clang_Cursor_getParsedComment(CXCursor C)
    • nclang_Cursor_getParsedComment

      public static void nclang_Cursor_getParsedComment(long C, long __result)
      CXComment clang_Cursor_getParsedComment(CXCursor C)
    • clang_Cursor_getParsedComment

      public static CXComment clang_Cursor_getParsedComment(CXCursor C, CXComment __result)
      CXComment clang_Cursor_getParsedComment(CXCursor C)
    • nclang_Comment_getKind

      public static int nclang_Comment_getKind(long Comment, long __functionAddress)
      enum CXCommentKind clang_Comment_getKind(CXComment Comment)
    • nclang_Comment_getKind

      public static int nclang_Comment_getKind(long Comment)
      enum CXCommentKind clang_Comment_getKind(CXComment Comment)
    • clang_Comment_getKind

      public static int clang_Comment_getKind(CXComment Comment)
      enum CXCommentKind clang_Comment_getKind(CXComment Comment)
    • nclang_Comment_getNumChildren

      public static int nclang_Comment_getNumChildren(long Comment, long __functionAddress)
      unsigned clang_Comment_getNumChildren(CXComment Comment)
    • nclang_Comment_getNumChildren

      public static int nclang_Comment_getNumChildren(long Comment)
      unsigned clang_Comment_getNumChildren(CXComment Comment)
    • clang_Comment_getNumChildren

      public static int clang_Comment_getNumChildren(CXComment Comment)
      unsigned clang_Comment_getNumChildren(CXComment Comment)
    • nclang_Comment_getChild

      public static void nclang_Comment_getChild(long Comment, int ChildIdx, long __functionAddress, long __result)
      CXComment clang_Comment_getChild(CXComment Comment, unsigned ChildIdx)
    • nclang_Comment_getChild

      public static void nclang_Comment_getChild(long Comment, int ChildIdx, long __result)
      CXComment clang_Comment_getChild(CXComment Comment, unsigned ChildIdx)
    • clang_Comment_getChild

      public static CXComment clang_Comment_getChild(CXComment Comment, int ChildIdx, CXComment __result)
      CXComment clang_Comment_getChild(CXComment Comment, unsigned ChildIdx)
    • nclang_Comment_isWhitespace

      public static int nclang_Comment_isWhitespace(long Comment, long __functionAddress)
      unsigned clang_Comment_isWhitespace(CXComment Comment)
    • nclang_Comment_isWhitespace

      public static int nclang_Comment_isWhitespace(long Comment)
      unsigned clang_Comment_isWhitespace(CXComment Comment)
    • clang_Comment_isWhitespace

      public static boolean clang_Comment_isWhitespace(CXComment Comment)
      unsigned clang_Comment_isWhitespace(CXComment Comment)
    • nclang_InlineContentComment_hasTrailingNewline

      public static int nclang_InlineContentComment_hasTrailingNewline(long Comment, long __functionAddress)
      unsigned clang_InlineContentComment_hasTrailingNewline(CXComment Comment)
    • nclang_InlineContentComment_hasTrailingNewline

      public static int nclang_InlineContentComment_hasTrailingNewline(long Comment)
      unsigned clang_InlineContentComment_hasTrailingNewline(CXComment Comment)
    • clang_InlineContentComment_hasTrailingNewline

      public static boolean clang_InlineContentComment_hasTrailingNewline(CXComment Comment)
      unsigned clang_InlineContentComment_hasTrailingNewline(CXComment Comment)
    • nclang_TextComment_getText

      public static void nclang_TextComment_getText(long Comment, long __functionAddress, long __result)
      CXString clang_TextComment_getText(CXComment Comment)
    • nclang_TextComment_getText

      public static void nclang_TextComment_getText(long Comment, long __result)
      CXString clang_TextComment_getText(CXComment Comment)
    • clang_TextComment_getText

      public static CXString clang_TextComment_getText(CXComment Comment, CXString __result)
      CXString clang_TextComment_getText(CXComment Comment)
    • nclang_InlineCommandComment_getCommandName

      public static void nclang_InlineCommandComment_getCommandName(long Comment, long __functionAddress, long __result)
      CXString clang_InlineCommandComment_getCommandName(CXComment Comment)
    • nclang_InlineCommandComment_getCommandName

      public static void nclang_InlineCommandComment_getCommandName(long Comment, long __result)
      CXString clang_InlineCommandComment_getCommandName(CXComment Comment)
    • clang_InlineCommandComment_getCommandName

      public static CXString clang_InlineCommandComment_getCommandName(CXComment Comment, CXString __result)
      CXString clang_InlineCommandComment_getCommandName(CXComment Comment)
    • nclang_InlineCommandComment_getRenderKind

      public static int nclang_InlineCommandComment_getRenderKind(long Comment, long __functionAddress)
      enum CXCommentInlineCommandRenderKind clang_InlineCommandComment_getRenderKind(CXComment Comment)
    • nclang_InlineCommandComment_getRenderKind

      public static int nclang_InlineCommandComment_getRenderKind(long Comment)
      enum CXCommentInlineCommandRenderKind clang_InlineCommandComment_getRenderKind(CXComment Comment)
    • clang_InlineCommandComment_getRenderKind

      public static int clang_InlineCommandComment_getRenderKind(CXComment Comment)
      enum CXCommentInlineCommandRenderKind clang_InlineCommandComment_getRenderKind(CXComment Comment)
    • nclang_InlineCommandComment_getNumArgs

      public static int nclang_InlineCommandComment_getNumArgs(long Comment, long __functionAddress)
      unsigned clang_InlineCommandComment_getNumArgs(CXComment Comment)
    • nclang_InlineCommandComment_getNumArgs

      public static int nclang_InlineCommandComment_getNumArgs(long Comment)
      unsigned clang_InlineCommandComment_getNumArgs(CXComment Comment)
    • clang_InlineCommandComment_getNumArgs

      public static int clang_InlineCommandComment_getNumArgs(CXComment Comment)
      unsigned clang_InlineCommandComment_getNumArgs(CXComment Comment)
    • nclang_InlineCommandComment_getArgText

      public static void nclang_InlineCommandComment_getArgText(long Comment, int ArgIdx, long __functionAddress, long __result)
      CXString clang_InlineCommandComment_getArgText(CXComment Comment, unsigned ArgIdx)
    • nclang_InlineCommandComment_getArgText

      public static void nclang_InlineCommandComment_getArgText(long Comment, int ArgIdx, long __result)
      CXString clang_InlineCommandComment_getArgText(CXComment Comment, unsigned ArgIdx)
    • clang_InlineCommandComment_getArgText

      public static CXString clang_InlineCommandComment_getArgText(CXComment Comment, int ArgIdx, CXString __result)
      CXString clang_InlineCommandComment_getArgText(CXComment Comment, unsigned ArgIdx)
    • nclang_HTMLTagComment_getTagName

      public static void nclang_HTMLTagComment_getTagName(long Comment, long __functionAddress, long __result)
      CXString clang_HTMLTagComment_getTagName(CXComment Comment)
    • nclang_HTMLTagComment_getTagName

      public static void nclang_HTMLTagComment_getTagName(long Comment, long __result)
      CXString clang_HTMLTagComment_getTagName(CXComment Comment)
    • clang_HTMLTagComment_getTagName

      public static CXString clang_HTMLTagComment_getTagName(CXComment Comment, CXString __result)
      CXString clang_HTMLTagComment_getTagName(CXComment Comment)
    • nclang_HTMLStartTagComment_isSelfClosing

      public static int nclang_HTMLStartTagComment_isSelfClosing(long Comment, long __functionAddress)
      unsigned clang_HTMLStartTagComment_isSelfClosing(CXComment Comment)
    • nclang_HTMLStartTagComment_isSelfClosing

      public static int nclang_HTMLStartTagComment_isSelfClosing(long Comment)
      unsigned clang_HTMLStartTagComment_isSelfClosing(CXComment Comment)
    • clang_HTMLStartTagComment_isSelfClosing

      public static boolean clang_HTMLStartTagComment_isSelfClosing(CXComment Comment)
      unsigned clang_HTMLStartTagComment_isSelfClosing(CXComment Comment)
    • nclang_HTMLStartTag_getNumAttrs

      public static int nclang_HTMLStartTag_getNumAttrs(long Comment, long __functionAddress)
      unsigned clang_HTMLStartTag_getNumAttrs(CXComment Comment)
    • nclang_HTMLStartTag_getNumAttrs

      public static int nclang_HTMLStartTag_getNumAttrs(long Comment)
      unsigned clang_HTMLStartTag_getNumAttrs(CXComment Comment)
    • clang_HTMLStartTag_getNumAttrs

      public static int clang_HTMLStartTag_getNumAttrs(CXComment Comment)
      unsigned clang_HTMLStartTag_getNumAttrs(CXComment Comment)
    • nclang_HTMLStartTag_getAttrName

      public static void nclang_HTMLStartTag_getAttrName(long Comment, int AttrIdx, long __functionAddress, long __result)
      CXString clang_HTMLStartTag_getAttrName(CXComment Comment, unsigned AttrIdx)
    • nclang_HTMLStartTag_getAttrName

      public static void nclang_HTMLStartTag_getAttrName(long Comment, int AttrIdx, long __result)
      CXString clang_HTMLStartTag_getAttrName(CXComment Comment, unsigned AttrIdx)
    • clang_HTMLStartTag_getAttrName

      public static CXString clang_HTMLStartTag_getAttrName(CXComment Comment, int AttrIdx, CXString __result)
      CXString clang_HTMLStartTag_getAttrName(CXComment Comment, unsigned AttrIdx)
    • nclang_HTMLStartTag_getAttrValue

      public static void nclang_HTMLStartTag_getAttrValue(long Comment, int AttrIdx, long __functionAddress, long __result)
      CXString clang_HTMLStartTag_getAttrValue(CXComment Comment, unsigned AttrIdx)
    • nclang_HTMLStartTag_getAttrValue

      public static void nclang_HTMLStartTag_getAttrValue(long Comment, int AttrIdx, long __result)
      CXString clang_HTMLStartTag_getAttrValue(CXComment Comment, unsigned AttrIdx)
    • clang_HTMLStartTag_getAttrValue

      public static CXString clang_HTMLStartTag_getAttrValue(CXComment Comment, int AttrIdx, CXString __result)
      CXString clang_HTMLStartTag_getAttrValue(CXComment Comment, unsigned AttrIdx)
    • nclang_BlockCommandComment_getCommandName

      public static void nclang_BlockCommandComment_getCommandName(long Comment, long __functionAddress, long __result)
      CXString clang_BlockCommandComment_getCommandName(CXComment Comment)
    • nclang_BlockCommandComment_getCommandName

      public static void nclang_BlockCommandComment_getCommandName(long Comment, long __result)
      CXString clang_BlockCommandComment_getCommandName(CXComment Comment)
    • clang_BlockCommandComment_getCommandName

      public static CXString clang_BlockCommandComment_getCommandName(CXComment Comment, CXString __result)
      CXString clang_BlockCommandComment_getCommandName(CXComment Comment)
    • nclang_BlockCommandComment_getNumArgs

      public static int nclang_BlockCommandComment_getNumArgs(long Comment, long __functionAddress)
      unsigned clang_BlockCommandComment_getNumArgs(CXComment Comment)
    • nclang_BlockCommandComment_getNumArgs

      public static int nclang_BlockCommandComment_getNumArgs(long Comment)
      unsigned clang_BlockCommandComment_getNumArgs(CXComment Comment)
    • clang_BlockCommandComment_getNumArgs

      public static int clang_BlockCommandComment_getNumArgs(CXComment Comment)
      unsigned clang_BlockCommandComment_getNumArgs(CXComment Comment)
    • nclang_BlockCommandComment_getArgText

      public static void nclang_BlockCommandComment_getArgText(long Comment, int ArgIdx, long __functionAddress, long __result)
      CXString clang_BlockCommandComment_getArgText(CXComment Comment, unsigned ArgIdx)
    • nclang_BlockCommandComment_getArgText

      public static void nclang_BlockCommandComment_getArgText(long Comment, int ArgIdx, long __result)
      CXString clang_BlockCommandComment_getArgText(CXComment Comment, unsigned ArgIdx)
    • clang_BlockCommandComment_getArgText

      public static CXString clang_BlockCommandComment_getArgText(CXComment Comment, int ArgIdx, CXString __result)
      CXString clang_BlockCommandComment_getArgText(CXComment Comment, unsigned ArgIdx)
    • nclang_BlockCommandComment_getParagraph

      public static void nclang_BlockCommandComment_getParagraph(long Comment, long __functionAddress, long __result)
      CXComment clang_BlockCommandComment_getParagraph(CXComment Comment)
    • nclang_BlockCommandComment_getParagraph

      public static void nclang_BlockCommandComment_getParagraph(long Comment, long __result)
      CXComment clang_BlockCommandComment_getParagraph(CXComment Comment)
    • clang_BlockCommandComment_getParagraph

      public static CXComment clang_BlockCommandComment_getParagraph(CXComment Comment, CXComment __result)
      CXComment clang_BlockCommandComment_getParagraph(CXComment Comment)
    • nclang_ParamCommandComment_getParamName

      public static void nclang_ParamCommandComment_getParamName(long Comment, long __functionAddress, long __result)
      CXString clang_ParamCommandComment_getParamName(CXComment Comment)
    • nclang_ParamCommandComment_getParamName

      public static void nclang_ParamCommandComment_getParamName(long Comment, long __result)
      CXString clang_ParamCommandComment_getParamName(CXComment Comment)
    • clang_ParamCommandComment_getParamName

      public static CXString clang_ParamCommandComment_getParamName(CXComment Comment, CXString __result)
      CXString clang_ParamCommandComment_getParamName(CXComment Comment)
    • nclang_ParamCommandComment_isParamIndexValid

      public static int nclang_ParamCommandComment_isParamIndexValid(long Comment, long __functionAddress)
      unsigned clang_ParamCommandComment_isParamIndexValid(CXComment Comment)
    • nclang_ParamCommandComment_isParamIndexValid

      public static int nclang_ParamCommandComment_isParamIndexValid(long Comment)
      unsigned clang_ParamCommandComment_isParamIndexValid(CXComment Comment)
    • clang_ParamCommandComment_isParamIndexValid

      public static boolean clang_ParamCommandComment_isParamIndexValid(CXComment Comment)
      unsigned clang_ParamCommandComment_isParamIndexValid(CXComment Comment)
    • nclang_ParamCommandComment_getParamIndex

      public static int nclang_ParamCommandComment_getParamIndex(long Comment, long __functionAddress)
      unsigned clang_ParamCommandComment_getParamIndex(CXComment Comment)
    • nclang_ParamCommandComment_getParamIndex

      public static int nclang_ParamCommandComment_getParamIndex(long Comment)
      unsigned clang_ParamCommandComment_getParamIndex(CXComment Comment)
    • clang_ParamCommandComment_getParamIndex

      public static int clang_ParamCommandComment_getParamIndex(CXComment Comment)
      unsigned clang_ParamCommandComment_getParamIndex(CXComment Comment)
    • nclang_ParamCommandComment_isDirectionExplicit

      public static int nclang_ParamCommandComment_isDirectionExplicit(long Comment, long __functionAddress)
      unsigned clang_ParamCommandComment_isDirectionExplicit(CXComment Comment)
    • nclang_ParamCommandComment_isDirectionExplicit

      public static int nclang_ParamCommandComment_isDirectionExplicit(long Comment)
      unsigned clang_ParamCommandComment_isDirectionExplicit(CXComment Comment)
    • clang_ParamCommandComment_isDirectionExplicit

      public static boolean clang_ParamCommandComment_isDirectionExplicit(CXComment Comment)
      unsigned clang_ParamCommandComment_isDirectionExplicit(CXComment Comment)
    • nclang_ParamCommandComment_getDirection

      public static int nclang_ParamCommandComment_getDirection(long Comment, long __functionAddress)
      enum CXCommentParamPassDirection clang_ParamCommandComment_getDirection(CXComment Comment)
    • nclang_ParamCommandComment_getDirection

      public static int nclang_ParamCommandComment_getDirection(long Comment)
      enum CXCommentParamPassDirection clang_ParamCommandComment_getDirection(CXComment Comment)
    • clang_ParamCommandComment_getDirection

      public static int clang_ParamCommandComment_getDirection(CXComment Comment)
      enum CXCommentParamPassDirection clang_ParamCommandComment_getDirection(CXComment Comment)
    • nclang_TParamCommandComment_getParamName

      public static void nclang_TParamCommandComment_getParamName(long Comment, long __functionAddress, long __result)
      CXString clang_TParamCommandComment_getParamName(CXComment Comment)
    • nclang_TParamCommandComment_getParamName

      public static void nclang_TParamCommandComment_getParamName(long Comment, long __result)
      CXString clang_TParamCommandComment_getParamName(CXComment Comment)
    • clang_TParamCommandComment_getParamName

      public static CXString clang_TParamCommandComment_getParamName(CXComment Comment, CXString __result)
      CXString clang_TParamCommandComment_getParamName(CXComment Comment)
    • nclang_TParamCommandComment_isParamPositionValid

      public static int nclang_TParamCommandComment_isParamPositionValid(long Comment, long __functionAddress)
      unsigned clang_TParamCommandComment_isParamPositionValid(CXComment Comment)
    • nclang_TParamCommandComment_isParamPositionValid

      public static int nclang_TParamCommandComment_isParamPositionValid(long Comment)
      unsigned clang_TParamCommandComment_isParamPositionValid(CXComment Comment)
    • clang_TParamCommandComment_isParamPositionValid

      public static boolean clang_TParamCommandComment_isParamPositionValid(CXComment Comment)
      unsigned clang_TParamCommandComment_isParamPositionValid(CXComment Comment)
    • nclang_TParamCommandComment_getDepth

      public static int nclang_TParamCommandComment_getDepth(long Comment, long __functionAddress)
      unsigned clang_TParamCommandComment_getDepth(CXComment Comment)
    • nclang_TParamCommandComment_getDepth

      public static int nclang_TParamCommandComment_getDepth(long Comment)
      unsigned clang_TParamCommandComment_getDepth(CXComment Comment)
    • clang_TParamCommandComment_getDepth

      public static int clang_TParamCommandComment_getDepth(CXComment Comment)
      unsigned clang_TParamCommandComment_getDepth(CXComment Comment)
    • nclang_TParamCommandComment_getIndex

      public static int nclang_TParamCommandComment_getIndex(long Comment, int Depth, long __functionAddress)
      unsigned clang_TParamCommandComment_getIndex(CXComment Comment, unsigned Depth)
    • nclang_TParamCommandComment_getIndex

      public static int nclang_TParamCommandComment_getIndex(long Comment, int Depth)
      unsigned clang_TParamCommandComment_getIndex(CXComment Comment, unsigned Depth)
    • clang_TParamCommandComment_getIndex

      public static int clang_TParamCommandComment_getIndex(CXComment Comment, int Depth)
      unsigned clang_TParamCommandComment_getIndex(CXComment Comment, unsigned Depth)
    • nclang_VerbatimBlockLineComment_getText

      public static void nclang_VerbatimBlockLineComment_getText(long Comment, long __functionAddress, long __result)
      CXString clang_VerbatimBlockLineComment_getText(CXComment Comment)
    • nclang_VerbatimBlockLineComment_getText

      public static void nclang_VerbatimBlockLineComment_getText(long Comment, long __result)
      CXString clang_VerbatimBlockLineComment_getText(CXComment Comment)
    • clang_VerbatimBlockLineComment_getText

      public static CXString clang_VerbatimBlockLineComment_getText(CXComment Comment, CXString __result)
      CXString clang_VerbatimBlockLineComment_getText(CXComment Comment)
    • nclang_VerbatimLineComment_getText

      public static void nclang_VerbatimLineComment_getText(long Comment, long __functionAddress, long __result)
      CXString clang_VerbatimLineComment_getText(CXComment Comment)
    • nclang_VerbatimLineComment_getText

      public static void nclang_VerbatimLineComment_getText(long Comment, long __result)
      CXString clang_VerbatimLineComment_getText(CXComment Comment)
    • clang_VerbatimLineComment_getText

      public static CXString clang_VerbatimLineComment_getText(CXComment Comment, CXString __result)
      CXString clang_VerbatimLineComment_getText(CXComment Comment)
    • nclang_HTMLTagComment_getAsString

      public static void nclang_HTMLTagComment_getAsString(long Comment, long __functionAddress, long __result)
      CXString clang_HTMLTagComment_getAsString(CXComment Comment)
    • nclang_HTMLTagComment_getAsString

      public static void nclang_HTMLTagComment_getAsString(long Comment, long __result)
      CXString clang_HTMLTagComment_getAsString(CXComment Comment)
    • clang_HTMLTagComment_getAsString

      public static CXString clang_HTMLTagComment_getAsString(CXComment Comment, CXString __result)
      CXString clang_HTMLTagComment_getAsString(CXComment Comment)
    • nclang_FullComment_getAsHTML

      public static void nclang_FullComment_getAsHTML(long Comment, long __functionAddress, long __result)
      CXString clang_FullComment_getAsHTML(CXComment Comment)
    • nclang_FullComment_getAsHTML

      public static void nclang_FullComment_getAsHTML(long Comment, long __result)
      CXString clang_FullComment_getAsHTML(CXComment Comment)
    • clang_FullComment_getAsHTML

      public static CXString clang_FullComment_getAsHTML(CXComment Comment, CXString __result)
      CXString clang_FullComment_getAsHTML(CXComment Comment)
    • nclang_FullComment_getAsXML

      public static void nclang_FullComment_getAsXML(long Comment, long __functionAddress, long __result)
      CXString clang_FullComment_getAsXML(CXComment Comment)
    • nclang_FullComment_getAsXML

      public static void nclang_FullComment_getAsXML(long Comment, long __result)
      CXString clang_FullComment_getAsXML(CXComment Comment)
    • clang_FullComment_getAsXML

      public static CXString clang_FullComment_getAsXML(CXComment Comment, CXString __result)
      CXString clang_FullComment_getAsXML(CXComment Comment)
    • nclang_createAPISet

      public static int nclang_createAPISet(long tu, long out_api)
      enum CXErrorCode clang_createAPISet(CXTranslationUnit tu, CXAPISet * out_api)
    • clang_createAPISet

      public static int clang_createAPISet(long tu, PointerBuffer out_api)
      enum CXErrorCode clang_createAPISet(CXTranslationUnit tu, CXAPISet * out_api)
    • clang_disposeAPISet

      public static void clang_disposeAPISet(long api)
      void clang_disposeAPISet(CXAPISet api)
    • nclang_getSymbolGraphForUSR

      public static void nclang_getSymbolGraphForUSR(long usr, long api, long __functionAddress, long __result)
      CXString clang_getSymbolGraphForUSR(char const * usr, CXAPISet api)
    • nclang_getSymbolGraphForUSR

      public static void nclang_getSymbolGraphForUSR(long usr, long api, long __result)
      CXString clang_getSymbolGraphForUSR(char const * usr, CXAPISet api)
    • clang_getSymbolGraphForUSR

      public static CXString clang_getSymbolGraphForUSR(ByteBuffer usr, long api, CXString __result)
      CXString clang_getSymbolGraphForUSR(char const * usr, CXAPISet api)
    • clang_getSymbolGraphForUSR

      public static CXString clang_getSymbolGraphForUSR(CharSequence usr, long api, CXString __result)
      CXString clang_getSymbolGraphForUSR(char const * usr, CXAPISet api)
    • nclang_getSymbolGraphForCursor

      public static void nclang_getSymbolGraphForCursor(long cursor, long __functionAddress, long __result)
      CXString clang_getSymbolGraphForCursor(CXCursor cursor)
    • nclang_getSymbolGraphForCursor

      public static void nclang_getSymbolGraphForCursor(long cursor, long __result)
      CXString clang_getSymbolGraphForCursor(CXCursor cursor)
    • clang_getSymbolGraphForCursor

      public static CXString clang_getSymbolGraphForCursor(CXCursor cursor, CXString __result)
      CXString clang_getSymbolGraphForCursor(CXCursor cursor)