HomeSort by relevance Sort by last modified time
    Searched refs:TextComment (Results 1 - 7 of 7) sorted by null

  /external/clang/lib/AST/
Comment.cpp 94 bool TextComment::isWhitespaceNoCache() const {
107 if (const TextComment *TC = dyn_cast<TextComment>(*I)) {
CommentSema.cpp 419 TextComment *Sema::actOnText(SourceLocation LocBegin,
422 return new (Allocator) TextComment(LocBegin, LocEnd, Text);
    [all...]
ASTDumper.cpp 46 // Comment names (FullComment, ParagraphComment, TextComment, etc)
295 void visitTextComment(const TextComment *C);
    [all...]
  /external/clang/tools/libclang/
CXComment.cpp 106 if (const TextComment *TC = dyn_cast<TextComment>(C))
124 const TextComment *TC = getASTNodeAs<TextComment>(CXC);
551 void visitTextComment(const TextComment *C);
584 void CommentASTToHTMLConverter::visitTextComment(const TextComment *C) {
877 void visitTextComment(const TextComment *C);
959 void CommentASTToXMLConverter::visitTextComment(const TextComment *C) {
    [all...]
  /external/clang/include/clang/AST/
Comment.h 81 friend class TextComment;
254 class TextComment : public InlineContentComment {
258 TextComment(SourceLocation LocBegin,
CommentSema.h 158 TextComment *actOnText(SourceLocation LocBegin,
  /external/clang/unittests/AST/
CommentParser.cpp 121 TextComment *TC;
129 << "TextComment has text \"" << ActualText.str() << "\", "
134 << "TextComment has a trailing newline";
142 TextComment *TC;
150 << "TextComment has text \"" << ActualText.str() << "\", "
155 << "TextComment has no trailing newline";
    [all...]

Completed in 32 milliseconds