Home
last modified time | relevance | path

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

/aosp_15_r20/external/clang/include/clang/AST/
H A DRawCommentList.h139 bool IsTrailingComment : 1; variable
147 RawComment(SourceRange SR, CommentKind K, bool IsTrailingComment, in RawComment()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/AST/
DRawCommentList.h187 bool IsTrailingComment : 1; variable
191 RawComment(SourceRange SR, CommentKind K, bool IsTrailingComment, in RawComment()
/aosp_15_r20/external/clang/lib/Format/
H A DWhitespaceManager.h150 bool IsTrailingComment; member
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/AST/
DRawCommentList.h196 RawComment(SourceRange SR, CommentKind K, bool IsTrailingComment, in RawComment()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/AST/
DRawCommentList.h196 RawComment(SourceRange SR, CommentKind K, bool IsTrailingComment, in RawComment()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/AST/
DRawCommentList.h196 RawComment(SourceRange SR, CommentKind K, bool IsTrailingComment, in RawComment()
/aosp_15_r20/external/clang/lib/Serialization/
H A DASTReader.cpp8276 bool IsTrailingComment = Record[Idx++]; in ReadComments() local