HomeSort by: relevance | last modified time | path
    Searched refs:InlineContentComment (Results 1 - 5 of 5) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/AST/
CommentSema.h 87 ArrayRef<InlineContentComment *> Content);
142 InlineContentComment *actOnUnknownCommand(SourceLocation LocBegin,
146 InlineContentComment *actOnUnknownCommand(SourceLocation LocBegin,
Comment.h 69 friend class InlineContentComment;
236 class InlineContentComment : public Comment {
238 InlineContentComment(CommentKind K,
261 class TextComment : public InlineContentComment {
268 InlineContentComment(TextCommentKind, LocBegin, LocEnd),
297 class InlineCommandComment : public InlineContentComment {
326 InlineContentComment(InlineCommandCommentKind, LocBegin, LocEnd),
371 class HTMLTagComment : public InlineContentComment {
382 InlineContentComment(K, LocBegin, LocEnd),
547 ArrayRef<InlineContentComment *> Content
    [all...]
  /src/external/apache2/llvm/dist/clang/tools/libclang/
CXComment.cpp 120 const InlineContentComment *ICC = getASTNodeAs<InlineContentComment>(CXC);
  /src/external/apache2/llvm/dist/clang/lib/AST/
CommentSema.cpp 46 ArrayRef<InlineContentComment *> Content) {
399 InlineContentComment *Sema::actOnUnknownCommand(SourceLocation LocBegin,
406 InlineContentComment *Sema::actOnUnknownCommand(SourceLocation LocBegin,
CommentParser.cpp 559 SmallVector<InlineContentComment *, 8> Content;

Completed in 20 milliseconds