Example #1
0
 internal static extern uint clang_TParamCommandComment_getDepth(CXComment comment);
Example #2
0
 internal static extern CXString clang_TParamCommandComment_getParamName(CXComment comment);
Example #3
0
 internal static extern uint clang_TParamCommandComment_isParamPositionValid(CXComment comment);
Example #4
0
 internal static extern CXComment clang_Comment_getChild(CXComment comment, uint child_index);
Example #5
0
 internal static extern uint clang_InlineCommandComment_getNumArgs(CXComment comment);
Example #6
0
 internal static extern CXString clang_HTMLTagComment_getAsString(CXComment comment);
Example #7
0
 internal static extern CXString clang_FullComment_getAsXML(CXComment comment);
Example #8
0
 internal static extern CXString clang_BlockCommandComment_getArgText(CXComment comment, uint arg_index);
Example #9
0
 internal static extern CXComment clang_BlockCommandComment_getParagraph(CXComment comment);
Example #10
0
 internal static extern CXString clang_BlockCommandComment_getCommandName(CXComment comment);
Example #11
0
 internal static extern uint clang_BlockCommandComment_getNumArgs(CXComment comment);
Example #12
0
 internal static extern CXString clang_HTMLStartTag_getAttrValue(CXComment comment, uint attr_index);
Example #13
0
 internal static extern uint clang_HTMLStartTag_getNumAttrs(CXComment comment);
Example #14
0
 internal static extern uint clang_HTMLStartTagComment_isSelfClosing(CXComment comment);
Example #15
0
 internal static extern uint clang_TParamCommandComment_getIndex(CXComment comment, uint depth);
Example #16
0
 internal static extern uint clang_ParamCommandComment_isParamIndexValid(CXComment comment);
Example #17
0
 internal static extern CXString clang_VerbatimLineComment_getText(CXComment comment);
Example #18
0
 internal static extern uint clang_ParamCommandComment_getParamIndex(CXComment comment);
Example #19
0
 internal static extern CommentKind clang_Comment_getKind(CXComment comment);
Example #20
0
 internal static extern uint clang_ParamCommandComment_isDirectionExplicit(CXComment comment);
Example #21
0
 internal static extern uint clang_Comment_getNumChildren(CXComment comment);
Example #22
0
 internal static extern CommentParamPassDirection clang_ParamCommandComment_getDirection(CXComment comment);
Example #23
0
 internal static extern uint clang_Comment_isWhitespace(CXComment comment);
Example #24
0
 internal static extern CommentInlineCommandRenderKind clang_InlineCommandComment_getRenderKind(CXComment comment);