Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DComment.h49 friend class InlineContentComment; variable
207 InlineContentComment(CommentKind K, in InlineContentComment() function
220 static bool classof(const InlineContentComment *) { return true; } in classof()