Home
last modified time | relevance | path

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

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