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

  /external/clang/lib/AST/
Comment.cpp 97 bool TextComment::isWhitespaceNoCache() const {
108 if (const TextComment *TC = dyn_cast<TextComment>(*I)) {
CommentSema.cpp 416 TextComment *Sema::actOnText(SourceLocation LocBegin,
419 return new (Allocator) TextComment(LocBegin, LocEnd, Text);
    [all...]
ASTDumper.cpp 59 // Comment names (FullComment, ParagraphComment, TextComment, etc)
540 void visitTextComment(const TextComment *C);
    [all...]
  /external/clang/tools/libclang/
CXComment.cpp 114 if (const TextComment *TC = dyn_cast<TextComment>(C))
132 const TextComment *TC = getASTNodeAs<TextComment>(CXC);
  /external/clang/lib/Index/
CommentToXML.cpp 231 void visitTextComment(const TextComment *C);
264 void CommentASTToHTMLConverter::visitTextComment(const TextComment *C) {
543 void visitTextComment(const TextComment *C);
620 void CommentASTToXMLConverter::visitTextComment(const TextComment *C) {
    [all...]
  /external/clang/include/clang/AST/
CommentSema.h 155 TextComment *actOnText(SourceLocation LocBegin,
Comment.h 81 friend class TextComment;
267 class TextComment : public InlineContentComment {
271 TextComment(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 243 milliseconds