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 92 ArrayRef<InlineContentComment *> Content);
147 InlineContentComment *actOnUnknownCommand(SourceLocation LocBegin,
151 InlineContentComment *actOnUnknownCommand(SourceLocation LocBegin,
  /external/clang/tools/libclang/
CXComment.cpp 116 const InlineContentComment *ICC = getASTNodeAs<InlineContentComment>(CXC);
    [all...]
  /external/clang/lib/AST/
CommentSema.cpp 45 ArrayRef<InlineContentComment *> Content) {
412 InlineContentComment *Sema::actOnUnknownCommand(SourceLocation LocBegin,
419 InlineContentComment *Sema::actOnUnknownCommand(SourceLocation LocBegin,
    [all...]
CommentParser.cpp 545 SmallVector<InlineContentComment *, 8> Content;

Completed in 441 milliseconds