Searched refs:InlineContentComment (Results 1 - 5 of 5) sorted by relevance
/external/clang/include/clang/AST/ |
H A D | CommentSema.h | 92 ArrayRef<InlineContentComment *> Content); 147 InlineContentComment *actOnUnknownCommand(SourceLocation LocBegin, 151 InlineContentComment *actOnUnknownCommand(SourceLocation LocBegin,
|
H A D | Comment.h | 70 friend class InlineContentComment; 242 class InlineContentComment : public Comment { class in namespace:clang::comments 244 InlineContentComment(CommentKind K, function in class:clang::comments::InlineContentComment 267 class TextComment : public InlineContentComment { 274 InlineContentComment(TextCommentKind, LocBegin, LocEnd), 303 class InlineCommandComment : public InlineContentComment { 331 InlineContentComment(InlineCommandCommentKind, LocBegin, LocEnd), 377 class HTMLTagComment : public InlineContentComment { 388 InlineContentComment(K, LocBegin, LocEnd), 553 ArrayRef<InlineContentComment *> Conten [all...] |
/external/clang/tools/libclang/ |
H A D | CXComment.cpp | 124 const InlineContentComment *ICC = getASTNodeAs<InlineContentComment>(CXC);
|
/external/clang/lib/AST/ |
H A D | CommentSema.cpp | 46 ArrayRef<InlineContentComment *> Content) { 399 InlineContentComment *Sema::actOnUnknownCommand(SourceLocation LocBegin, 406 InlineContentComment *Sema::actOnUnknownCommand(SourceLocation LocBegin,
|
H A D | CommentParser.cpp | 554 SmallVector<InlineContentComment *, 8> Content;
|
Completed in 412 milliseconds