Searched refs:InlineContentComment (Results 1 - 5 of 5) sorted by relevance

/external/clang/include/clang/AST/
H A DCommentSema.h92 ArrayRef<InlineContentComment *> Content);
147 InlineContentComment *actOnUnknownCommand(SourceLocation LocBegin,
151 InlineContentComment *actOnUnknownCommand(SourceLocation LocBegin,
H A DComment.h70 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 DCXComment.cpp124 const InlineContentComment *ICC = getASTNodeAs<InlineContentComment>(CXC);
/external/clang/lib/AST/
H A DCommentSema.cpp46 ArrayRef<InlineContentComment *> Content) {
399 InlineContentComment *Sema::actOnUnknownCommand(SourceLocation LocBegin,
406 InlineContentComment *Sema::actOnUnknownCommand(SourceLocation LocBegin,
H A DCommentParser.cpp554 SmallVector<InlineContentComment *, 8> Content;

Completed in 412 milliseconds