Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DRawCommentList.h160 bool IsTrailingComment : 1; variable
164 RawComment(SourceRange SR, CommentKind K, bool IsTrailingComment, in RawComment()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Format/
H A DWhitespaceManager.h146 bool IsTrailingComment; member
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTReader.cpp9094 bool IsTrailingComment = Record[Idx++]; in ReadComments() local