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

  /external/clang/tools/libclang/
CXComment.cpp 132 const InlineCommandComment *ICC = getASTNodeAs<InlineCommandComment>(CXC);
142 const InlineCommandComment *ICC = getASTNodeAs<InlineCommandComment>(CXC);
147 case InlineCommandComment::RenderNormal:
150 case InlineCommandComment::RenderBold:
153 case InlineCommandComment::RenderMonospaced:
156 case InlineCommandComment::RenderEmphasized:
159 llvm_unreachable("unknown InlineCommandComment::RenderKind");
163 const InlineCommandComment *ICC = getASTNodeAs<InlineCommandComment>(CXC)
    [all...]
  /external/clang/lib/AST/
CommentSema.cpp 369 InlineCommandComment *Sema::actOnInlineCommand(SourceLocation CommandLocBegin,
372 ArrayRef<InlineCommandComment::Argument> Args;
374 return new (Allocator) InlineCommandComment(
382 InlineCommandComment *Sema::actOnInlineCommand(SourceLocation CommandLocBegin,
388 typedef InlineCommandComment::Argument Argument;
394 return new (Allocator) InlineCommandComment(
412 ArrayRef<InlineCommandComment::Argument> Args;
413 return new (Allocator) InlineCommandComment(
415 InlineCommandComment::RenderNormal,
    [all...]
ASTDumper.cpp 296 void visitInlineCommandComment(const InlineCommandComment *C);
    [all...]
CommentParser.cpp 399 InlineCommandComment *Parser::parseInlineCommand() {
410 InlineCommandComment *IC;
  /external/clang/include/clang/AST/
CommentParser.h 112 InlineCommandComment *parseInlineCommand();
CommentSema.h 139 InlineCommandComment *actOnInlineCommand(SourceLocation CommandLocBegin,
143 InlineCommandComment *actOnInlineCommand(SourceLocation CommandLocBegin,
247 InlineCommandComment::RenderKind
Comment.h 94 friend class InlineCommandComment;
290 class InlineCommandComment : public InlineContentComment {
313 InlineCommandComment(SourceLocation LocBegin,
  /external/clang/unittests/AST/
CommentParser.cpp 266 InlineCommandComment *&ICC,
275 << "InlineCommandComment has name \"" << ActualName.str() << "\", "
286 InlineCommandComment *&ICC,
295 << "InlineCommandComment has " << ICC->getNumArgs() << " arg(s), "
304 InlineCommandComment *&ICC,
313 << "InlineCommandComment has " << ICC->getNumArgs() << " arg(s), "
319 << "InlineCommandComment has argument \"" << ActualArg.str() << "\", "
974 InlineCommandComment *ICC;
991 InlineCommandComment *ICC;
1009 InlineCommandComment *ICC
    [all...]

Completed in 104 milliseconds