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

  /external/clang/tools/libclang/
CXComment.h 1 //===- CXComment.h - Routines for manipulating CXComments -----------------===//
29 namespace cxcomment { namespace in namespace:clang
31 static inline CXComment createCXComment(const comments::Comment *C,
33 CXComment Result;
39 static inline const comments::Comment *getASTNode(CXComment CXC) {
44 static inline const T *getASTNodeAs(CXComment CXC) {
52 static inline ASTContext &getASTContext(CXComment CXC) {
56 static inline comments::CommandTraits &getCommandTraits(CXComment CXC) {
60 } // end namespace cxcomment
CXComment.cpp 1 //===- CXComment.cpp - libclang APIs for manipulating CXComments ----------===//
16 #include "CXComment.h"
28 using namespace clang::cxcomment;
32 CXComment clang_Cursor_getParsedComment(CXCursor C) {
45 enum CXCommentKind clang_Comment_getKind(CXComment CXC) {
93 unsigned clang_Comment_getNumChildren(CXComment CXC) {
101 CXComment clang_Comment_getChild(CXComment CXC, unsigned ChildIdx) {
109 unsigned clang_Comment_isWhitespace(CXComment CXC) {
123 unsigned clang_InlineContentComment_hasTrailingNewline(CXComment CXC)
    [all...]

Completed in 125 milliseconds