Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DRawCommentList.h196 RawComment(SourceRange SR, CommentKind K, bool IsTrailingComment, in RawComment()
/freebsd/contrib/llvm-project/clang/lib/Format/
H A DWhitespaceManager.h146 bool IsTrailingComment; member
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp9583 bool IsTrailingComment = Record[Idx++]; in ReadComments() local