HomeSort by relevance Sort by last modified time
    Searched refs:InlineContentComment (Results 1 - 5 of 5) sorted by null

  /external/clang/include/clang/AST/
Comment.h 70 friend class InlineContentComment;
229 class InlineContentComment : public Comment {
231 InlineContentComment(CommentKind K,
254 class TextComment : public InlineContentComment {
261 InlineContentComment(TextCommentKind, LocBegin, LocEnd),
290 class InlineCommandComment : public InlineContentComment {
318 InlineContentComment(InlineCommandCommentKind, LocBegin, LocEnd),
365 class HTMLTagComment : public InlineContentComment {
376 InlineContentComment(K, LocBegin, LocEnd),
532 ArrayRef<InlineContentComment *> Content
    [all...]
CommentSema.h 95 ArrayRef<InlineContentComment *> Content);
150 InlineContentComment *actOnUnknownCommand(SourceLocation LocBegin,
154 InlineContentComment *actOnUnknownCommand(SourceLocation LocBegin,
  /external/clang/lib/AST/
CommentParser.cpp 337 ArrayRef<InlineContentComment *>());
379 Paragraph = S.actOnParagraphComment(ArrayRef<InlineContentComment *>());
550 SmallVector<InlineContentComment *, 8> Content;
CommentSema.cpp 46 ArrayRef<InlineContentComment *> Content) {
402 InlineContentComment *Sema::actOnUnknownCommand(SourceLocation LocBegin,
409 InlineContentComment *Sema::actOnUnknownCommand(SourceLocation LocBegin,
    [all...]
  /external/clang/tools/libclang/
CXComment.cpp 116 const InlineContentComment *ICC = getASTNodeAs<InlineContentComment>(CXC);
    [all...]

Completed in 27 milliseconds