HomeSort by: relevance | last modified time | path
    Searched refs:CXComment (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang-c/
Documentation.h 39 } CXComment;
46 CINDEX_LINKAGE CXComment clang_Cursor_getParsedComment(CXCursor C);
49 * Describes the type of the comment AST node (\c CXComment). A comment
217 CINDEX_LINKAGE enum CXCommentKind clang_Comment_getKind(CXComment Comment);
224 CINDEX_LINKAGE unsigned clang_Comment_getNumChildren(CXComment Comment);
234 CXComment clang_Comment_getChild(CXComment Comment, unsigned ChildIdx);
245 CINDEX_LINKAGE unsigned clang_Comment_isWhitespace(CXComment Comment);
253 unsigned clang_InlineContentComment_hasTrailingNewline(CXComment Comment);
260 CINDEX_LINKAGE CXString clang_TextComment_getText(CXComment Comment)
    [all...]
  /src/external/apache2/llvm/dist/clang/tools/libclang/
CXComment.h 1 //===- CXComment.h - Routines for manipulating CXComments -----------------===//
28 namespace cxcomment { namespace in namespace:clang
30 static inline CXComment createCXComment(const comments::Comment *C,
32 CXComment Result;
38 static inline const comments::Comment *getASTNode(CXComment CXC) {
43 static inline const T *getASTNodeAs(CXComment CXC) {
51 static inline ASTContext &getASTContext(CXComment CXC) {
55 static inline comments::CommandTraits &getCommandTraits(CXComment CXC) {
59 } // end namespace cxcomment
CXComment.cpp 1 //===- CXComment.cpp - libclang APIs for manipulating CXComments ----------===//
13 #include "CXComment.h"
26 using namespace clang::cxcomment;
28 CXComment clang_Cursor_getParsedComment(CXCursor C) {
41 enum CXCommentKind clang_Comment_getKind(CXComment CXC) {
89 unsigned clang_Comment_getNumChildren(CXComment CXC) {
97 CXComment clang_Comment_getChild(CXComment CXC, unsigned ChildIdx) {
105 unsigned clang_Comment_isWhitespace(CXComment CXC) {
119 unsigned clang_InlineContentComment_hasTrailingNewline(CXComment CXC)
    [all...]
  /src/external/apache2/llvm/dist/clang/tools/c-index-test/
c-index-test.c 460 CXComment Comment) {
637 static void DumpCXComment(CXComment Comment) {
712 CXComment Comment = clang_Cursor_getParsedComment(Cursor);

Completed in 53 milliseconds