Home
last modified time | relevance | path

Searched defs:RawComment (Results 1 – 3 of 3) sorted by relevance

/external/clang/include/clang/AST/
DRawCommentList.h41 RawComment() : Kind(RCK_Invalid), IsAlmostTrailingComment(false) { } in RawComment() function
147 RawComment(SourceRange SR, CommentKind K, bool IsTrailingComment, in RawComment() function
/external/clang/lib/AST/
DRawCommentList.cpp109 RawComment::RawComment(const SourceManager &SourceMgr, SourceRange SR, in RawComment() function in RawComment
/external/clang/tools/c-index-test/
Dc-index-test.c608 CXString RawComment; in PrintCursorComments() local