HomeSort by relevance Sort by last modified time
    Searched full:cxcomment (Results 1 - 6 of 6) sorted by null

  /external/clang/tools/libclang/
CXComment.h 1 //===- CXComment.h - Routines for manipulating CXComments -----------------===//
28 namespace cxcomment { namespace in namespace:clang
30 inline CXComment createCXComment(const comments::Comment *C,
32 CXComment Result;
38 inline const comments::Comment *getASTNode(CXComment CXC) {
43 inline const T *getASTNodeAs(CXComment CXC) {
51 inline ASTContext &getASTContext(CXComment CXC) {
55 inline comments::CommandTraits &getCommandTraits(CXComment CXC) {
59 } // end namespace cxcomment
CXComment.cpp 1 //===- CXComment.cpp - libclang APIs for manipulating CXComments ----------===//
15 #include "CXComment.h"
33 using namespace clang::cxcomment;
37 enum CXCommentKind clang_Comment_getKind(CXComment CXC) {
85 unsigned clang_Comment_getNumChildren(CXComment CXC) {
93 CXComment clang_Comment_getChild(CXComment CXC, unsigned ChildIdx) {
101 unsigned clang_Comment_isWhitespace(CXComment CXC) {
115 unsigned clang_InlineContentComment_hasTrailingNewline(CXComment CXC) {
123 CXString clang_TextComment_getText(CXComment CXC)
    [all...]
CMakeLists.txt 21 CXComment.cpp
CIndex.cpp 18 #include "CXComment.h"
    [all...]
  /external/clang/include/clang-c/
Index.h     [all...]
  /external/clang/tools/c-index-test/
c-index-test.c 288 CXComment Comment) {
462 static void DumpCXComment(CXComment Comment) {
545 CXComment Comment = clang_Cursor_getParsedComment(Cursor);
    [all...]

Completed in 968 milliseconds