Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DRawCommentList.h139 bool IsTrailingComment : 1; variable
147 RawComment(SourceRange SR, CommentKind K, bool IsTrailingComment, in RawComment()
/external/clang/lib/Format/
DWhitespaceManager.h150 bool IsTrailingComment; member
/external/clang/lib/Serialization/
DASTReader.cpp8276 bool IsTrailingComment = Record[Idx++]; in ReadComments() local