Searched defs:ParseAllComments (Results 1 - 3 of 3) sorted by relevance

/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/Basic/
H A DCommentOptions.h32 bool ParseAllComments; member in struct:clang::CommentOptions
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/AST/
H A DRawCommentList.h147 RawComment(SourceRange SR, CommentKind K, bool IsTrailingComment, bool IsAlmostTrailingComment, bool ParseAllComments) argument
/freebsd-10-stable/contrib/llvm/tools/clang/lib/AST/
H A DRawCommentList.cpp24 getCommentKind(StringRef Comment, bool ParseAllComments) argument
67 RawComment(const SourceManager &SourceMgr, SourceRange SR, bool Merged, bool ParseAllComments) argument

Completed in 53 milliseconds