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.cpp541 void visitInlineCommandComment(const InlineCommandComment *C);
2139 void ASTDumper::visitInlineCommandComment(const InlineCommandComment *C) {
2142 case InlineCommandComment::RenderNormal:
2145 case InlineCommandComment::RenderBold:
2148 case InlineCommandComment::RenderMonospaced:
2151 case InlineCommandComment::RenderEmphasized:
H A DCommentParser.cpp403 InlineCommandComment *Parser::parseInlineCommand() {
414 InlineCommandComment *IC;
/external/clang/lib/Index/
H A DCommentToXML.cpp232 void visitInlineCommandComment(const InlineCommandComment *C);
269 const InlineCommandComment *C) {
280 case InlineCommandComment::RenderNormal:
287 case InlineCommandComment::RenderBold:
293 case InlineCommandComment::RenderMonospaced:
299 case InlineCommandComment::RenderEmphasized:
544 void visitInlineCommandComment(const InlineCommandComment *C);
625 const InlineCommandComment *C) {
636 case InlineCommandComment::RenderNormal:
642 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;
303 class InlineCommandComment : public InlineContentComment { class in namespace:clang::comments
326 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 121 milliseconds