Searched refs:InlineCommandComment (Results 1 - 9 of 9) sorted by relevance

/external/clang/tools/libclang/
H A DCXComment.cpp140 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 *IC
[all...]
/external/clang/lib/AST/
H A DCommentSema.cpp366 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,
1085 InlineCommandComment
[all...]
H A DASTDumper.cpp363 void visitInlineCommandComment(const InlineCommandComment *C);
2049 void ASTDumper::visitInlineCommandComment(const InlineCommandComment *C) {
2052 case InlineCommandComment::RenderNormal:
2055 case InlineCommandComment::RenderBold:
2058 case InlineCommandComment::RenderMonospaced:
2061 case InlineCommandComment::RenderEmphasized:
H A DCommentParser.cpp403 InlineCommandComment *Parser::parseInlineCommand() {
414 InlineCommandComment *IC;
/external/clang/lib/Index/
H A DCommentToXML.cpp233 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
[all...]
/external/clang/include/clang/AST/
H A DCommentParser.h110 InlineCommandComment *parseInlineCommand();
H A DCommentSema.h136 InlineCommandComment *actOnInlineCommand(SourceLocation CommandLocBegin,
140 InlineCommandComment *actOnInlineCommand(SourceLocation CommandLocBegin,
250 InlineCommandComment::RenderKind
H A DComment.h94 friend class InlineCommandComment;
301 class InlineCommandComment : public InlineContentComment { class in namespace:clang::comments
324 InlineCommandComment(SourceLocation LocBegin, function in class:clang::comments::InlineCommandComment
/external/clang/unittests/AST/
H A DCommentParser.cpp266 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;
1034 InlineCommandComment *IC
[all...]

Completed in 3530 milliseconds