Searched defs:RawComment (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
H A DRawCommentList.h30 class RawComment { class in namespace:clang
43 RawComment() : Kind(RCK_Invalid), IsAlmostTrailingComment(false) { } function in class:clang::RawComment
162 RawComment(SourceRange SR, CommentKind K, bool IsTrailingComment, function in class:clang::RawComment
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
H A DRawCommentList.cpp108 RawComment::RawComment(const SourceManager &SourceMgr, SourceRange SR, function in class:RawComment
[all...]

Completed in 118 milliseconds