Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/include/clang/AST/
H A DRawCommentList.h175 bool IsTrailingComment : 1; variable
179 RawComment(SourceRange SR, CommentKind K, bool IsTrailingComment, in RawComment()
/openbsd/gnu/llvm/clang/lib/Format/
H A DWhitespaceManager.h151 bool IsTrailingComment; member
/openbsd/gnu/llvm/clang/lib/Serialization/
H A DASTReader.cpp9209 bool IsTrailingComment = Record[Idx++]; in ReadComments() local