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

  /external/clang/tools/libclang/
CXComment.cpp 140 const InlineCommandComment *ICC = getASTNodeAs<InlineCommandComment>(CXC);
150 const InlineCommandComment *ICC = getASTNodeAs<InlineCommandComment>(CXC);
155 case InlineCommandComment::RenderNormal:
158 case InlineCommandComment::RenderBold:
161 case InlineCommandComment::RenderMonospaced:
164 case InlineCommandComment::RenderEmphasized:
167 llvm_unreachable("unknown InlineCommandComment::RenderKind");
171 const InlineCommandComment *ICC = getASTNodeAs<InlineCommandComment>(CXC)
    [all...]
  /external/clang/lib/AST/
CommentSema.cpp 366 InlineCommandComment *Sema::actOnInlineCommand(SourceLocation CommandLocBegin,
369 ArrayRef<InlineCommandComment::Argument> Args;
371 return new (Allocator) InlineCommandComment(
379 InlineCommandComment *Sema::actOnInlineCommand(SourceLocation CommandLocBegin,
385 typedef InlineCommandComment::Argument Argument;
391 return new (Allocator) InlineCommandComment(
409 ArrayRef<InlineCommandComment::Argument> Args;
410 return new (Allocator) InlineCommandComment(
412 InlineCommandComment::RenderNormal,
    [all...]
ASTDumper.cpp 363 void visitInlineCommandComment(const InlineCommandComment *C);
    [all...]
CommentParser.cpp 403 InlineCommandComment *Parser::parseInlineCommand() {
414 InlineCommandComment *IC;
  /external/clang/lib/Index/
CommentToXML.cpp 233 void visitInlineCommandComment(const InlineCommandComment *C);
270 const InlineCommandComment *C) {
281 case InlineCommandComment::RenderNormal:
288 case InlineCommandComment::RenderBold:
294 case InlineCommandComment::RenderMonospaced:
300 case InlineCommandComment::RenderEmphasized:
545 void visitInlineCommandComment(const InlineCommandComment *C);
631 const InlineCommandComment *C) {
642 case InlineCommandComment::RenderNormal:
648 case InlineCommandComment::RenderBold
    [all...]
  /external/clang/include/clang/AST/
CommentParser.h 110 InlineCommandComment *parseInlineCommand();
CommentSema.h 136 InlineCommandComment *actOnInlineCommand(SourceLocation CommandLocBegin,
140 InlineCommandComment *actOnInlineCommand(SourceLocation CommandLocBegin,
250 InlineCommandComment::RenderKind
Comment.h 94 friend class InlineCommandComment;
301 class InlineCommandComment : public InlineContentComment {
324 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() << "\", "
999 InlineCommandComment *ICC;
1016 InlineCommandComment *ICC;
    [all...]

Completed in 58 milliseconds