HomeSort by relevance Sort by last modified time
    Searched refs:cxcomment (Results 1 - 3 of 3) 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...]
CIndex.cpp 18 #include "CXComment.h"
    [all...]

Completed in 407 milliseconds