Home
last modified time | relevance | path

Searched refs:VerbatimBlockLineComment (Results 1 – 8 of 8) sorted by relevance

/external/clang/include/clang/AST/
DCommentSema.h158 VerbatimBlockLineComment *actOnVerbatimBlockLine(SourceLocation Loc,
164 ArrayRef<VerbatimBlockLineComment *> Lines);
DComment.h869 class VerbatimBlockLineComment : public Comment {
873 VerbatimBlockLineComment(SourceLocation LocBegin, in VerbatimBlockLineComment() function
901 ArrayRef<VerbatimBlockLineComment *> Lines;
929 void setLines(ArrayRef<VerbatimBlockLineComment *> L) { in setLines()
/external/clang/include/clang/Basic/
DCommentNodes.td24 def VerbatimBlockLineComment : Comment;
/external/clang/tools/libclang/
DCXComment.cpp345 const VerbatimBlockLineComment *VBL = in clang_VerbatimBlockLineComment_getText()
346 getASTNodeAs<VerbatimBlockLineComment>(CXC); in clang_VerbatimBlockLineComment_getText()
/external/clang/lib/Index/
DCommentToXML.cpp242 void visitVerbatimBlockLineComment(const VerbatimBlockLineComment *C);
430 const VerbatimBlockLineComment *C) { in visitVerbatimBlockLineComment()
557 void visitVerbatimBlockLineComment(const VerbatimBlockLineComment *C);
811 const VerbatimBlockLineComment *C) { in visitVerbatimBlockLineComment()
/external/clang/lib/AST/
DCommentSema.cpp429 VerbatimBlockLineComment *Sema::actOnVerbatimBlockLine(SourceLocation Loc, in actOnVerbatimBlockLine()
431 return new (Allocator) VerbatimBlockLineComment(Loc, Text); in actOnVerbatimBlockLine()
438 ArrayRef<VerbatimBlockLineComment *> Lines) { in actOnVerbatimBlockFinish()
DCommentParser.cpp668 SmallVector<VerbatimBlockLineComment *, 8> Lines; in parseVerbatimBlock()
671 VerbatimBlockLineComment *Line; in parseVerbatimBlock()
DASTDumper.cpp574 void visitVerbatimBlockLineComment(const VerbatimBlockLineComment *C);
2436 const VerbatimBlockLineComment *C) { in visitVerbatimBlockLineComment()