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

  /external/clang/include/clang/AST/
CommentSema.h 92 ArrayRef<InlineContentComment *> Content);
147 InlineContentComment *actOnUnknownCommand(SourceLocation LocBegin,
151 InlineContentComment *actOnUnknownCommand(SourceLocation LocBegin,
Comment.h 70 friend class InlineContentComment;
240 class InlineContentComment : public Comment {
242 InlineContentComment(CommentKind K,
265 class TextComment : public InlineContentComment {
272 InlineContentComment(TextCommentKind, LocBegin, LocEnd),
301 class InlineCommandComment : public InlineContentComment {
329 InlineContentComment(InlineCommandCommentKind, LocBegin, LocEnd),
375 class HTMLTagComment : public InlineContentComment {
386 InlineContentComment(K, LocBegin, LocEnd),
551 ArrayRef<InlineContentComment *> Content
    [all...]
  /external/clang/tools/libclang/
CXComment.cpp 124 const InlineContentComment *ICC = getASTNodeAs<InlineContentComment>(CXC);
  /external/clang/lib/AST/
CommentSema.cpp 46 ArrayRef<InlineContentComment *> Content) {
399 InlineContentComment *Sema::actOnUnknownCommand(SourceLocation LocBegin,
406 InlineContentComment *Sema::actOnUnknownCommand(SourceLocation LocBegin,
    [all...]
CommentParser.cpp 554 SmallVector<InlineContentComment *, 8> Content;

Completed in 91 milliseconds