Home
last modified time | relevance | path

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

/trueos/contrib/llvm/tools/clang/include/clang/AST/
HDCommentSema.h162 VerbatimBlockLineComment *actOnVerbatimBlockLine(SourceLocation Loc,
168 ArrayRef<VerbatimBlockLineComment *> Lines);
HDComment.h848 class VerbatimBlockLineComment : public Comment {
852 VerbatimBlockLineComment(SourceLocation LocBegin, in VerbatimBlockLineComment() function
880 ArrayRef<VerbatimBlockLineComment *> Lines;
908 void setLines(ArrayRef<VerbatimBlockLineComment *> L) { in setLines()
/trueos/contrib/llvm/tools/clang/include/clang/Basic/
HDCommentNodes.td24 def VerbatimBlockLineComment : Comment;
/trueos/contrib/llvm/tools/clang/lib/Index/
HDCommentToXML.cpp243 void visitVerbatimBlockLineComment(const VerbatimBlockLineComment *C);
431 const VerbatimBlockLineComment *C) { in visitVerbatimBlockLineComment()
559 void visitVerbatimBlockLineComment(const VerbatimBlockLineComment *C);
805 const VerbatimBlockLineComment *C) { in visitVerbatimBlockLineComment()
/trueos/contrib/llvm/tools/clang/lib/AST/
HDCommentSema.cpp426 VerbatimBlockLineComment *Sema::actOnVerbatimBlockLine(SourceLocation Loc, in actOnVerbatimBlockLine()
428 return new (Allocator) VerbatimBlockLineComment(Loc, Text); in actOnVerbatimBlockLine()
435 ArrayRef<VerbatimBlockLineComment *> Lines) { in actOnVerbatimBlockFinish()
HDCommentParser.cpp668 SmallVector<VerbatimBlockLineComment *, 8> Lines; in parseVerbatimBlock()
671 VerbatimBlockLineComment *Line; in parseVerbatimBlock()
HDASTDumper.cpp332 void visitVerbatimBlockLineComment(const VerbatimBlockLineComment *C);
2097 const VerbatimBlockLineComment *C) { in visitVerbatimBlockLineComment()