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