Home
last modified time | relevance | path

Searched refs:NumInlineContentCommentBits (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/clang/include/clang/AST/
H A DComment.h78 enum { NumInlineContentCommentBits = NumCommentBits + 1 }; enumerator
83 unsigned : NumInlineContentCommentBits;
91 enum { NumTextCommentBits = NumInlineContentCommentBits + 2 };
96 unsigned : NumInlineContentCommentBits;
101 enum { NumInlineCommandCommentBits = NumInlineContentCommentBits + 2 +
107 unsigned : NumInlineContentCommentBits;
112 enum { NumHTMLTagCommentBits = NumInlineContentCommentBits + 1 };
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/AST/
DComment.h93 enum { NumInlineContentCommentBits = NumCommentBits + 1 };
99 unsigned : NumInlineContentCommentBits;
109 enum { NumTextCommentBits = NumInlineContentCommentBits + 2 };
115 unsigned : NumInlineContentCommentBits;
123 enum { NumInlineCommandCommentBits = NumInlineContentCommentBits + 3 +
130 unsigned : NumInlineContentCommentBits;
136 enum { NumHTMLTagCommentBits = NumInlineContentCommentBits + 1 };
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/AST/
DComment.h93 enum { NumInlineContentCommentBits = NumCommentBits + 1 };
99 unsigned : NumInlineContentCommentBits;
109 enum { NumTextCommentBits = NumInlineContentCommentBits + 2 };
115 unsigned : NumInlineContentCommentBits;
123 enum { NumInlineCommandCommentBits = NumInlineContentCommentBits + 3 +
130 unsigned : NumInlineContentCommentBits;
136 enum { NumHTMLTagCommentBits = NumInlineContentCommentBits + 1 };
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/AST/
DComment.h93 enum { NumInlineContentCommentBits = NumCommentBits + 1 };
99 unsigned : NumInlineContentCommentBits;
109 enum { NumTextCommentBits = NumInlineContentCommentBits + 2 };
115 unsigned : NumInlineContentCommentBits;
123 enum { NumInlineCommandCommentBits = NumInlineContentCommentBits + 3 +
130 unsigned : NumInlineContentCommentBits;
136 enum { NumHTMLTagCommentBits = NumInlineContentCommentBits + 1 };
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/AST/
DComment.h93 enum { NumInlineContentCommentBits = NumCommentBits + 1 };
99 unsigned : NumInlineContentCommentBits;
109 enum { NumTextCommentBits = NumInlineContentCommentBits + 2 };
115 unsigned : NumInlineContentCommentBits;
123 enum { NumInlineCommandCommentBits = NumInlineContentCommentBits + 3 +
130 unsigned : NumInlineContentCommentBits;
136 enum { NumHTMLTagCommentBits = NumInlineContentCommentBits + 1 };