Searched defs:CXComment (Results 1 - 1 of 1) sorted by relevance

/external/clang/include/clang-c/
H A DDocumentation.h40 } CXComment; typedef in typeref:struct:__anon17641
47 CINDEX_LINKAGE CXComment clang_Cursor_getParsedComment(CXCursor C);
50 * \brief Describes the type of the comment AST node (\c CXComment). A comment
213 CINDEX_LINKAGE enum CXCommentKind clang_Comment_getKind(CXComment Comment);
220 CINDEX_LINKAGE unsigned clang_Comment_getNumChildren(CXComment Comment);
230 CXComment clang_Comment_getChild(CXComment Comment, unsigned ChildIdx);
241 CINDEX_LINKAGE unsigned clang_Comment_isWhitespace(CXComment Comment);
249 unsigned clang_InlineContentComment_hasTrailingNewline(CXComment Comment);
256 CINDEX_LINKAGE CXString clang_TextComment_getText(CXComment Commen
[all...]

Completed in 75 milliseconds