Home
last modified time | relevance | path

Searched refs:VerbatimLineComment (Results 1 – 14 of 14) sorted by relevance

/llvm-project-15.0.7/clang/lib/Index/
H A DCommentToXML.cpp172 const VerbatimLineComment *VLC = cast<VerbatimLineComment>(Child); in FullCommentParts()
240 void visitVerbatimLineComment(const VerbatimLineComment *C);
436 const VerbatimLineComment *C) { in visitVerbatimLineComment()
555 void visitVerbatimLineComment(const VerbatimLineComment *C);
813 const VerbatimLineComment *C) { in visitVerbatimLineComment()
/llvm-project-15.0.7/clang/include/clang/Basic/
H A DCommentNodes.td22 def VerbatimLineComment : CommentNode<BlockCommandComment>;
/llvm-project-15.0.7/clang/include/clang/AST/
H A DCommentParser.h112 VerbatimLineComment *parseVerbatimLine();
H A DCommentSema.h159 VerbatimLineComment *actOnVerbatimLine(SourceLocation LocBegin,
H A DComment.h926 class VerbatimLineComment : public BlockCommandComment {
932 VerbatimLineComment(SourceLocation LocBegin, in VerbatimLineComment() function
H A DTextNodeDumper.h227 void visitVerbatimLineComment(const comments::VerbatimLineComment *C,
H A DJSONNodeDumper.h352 void visitVerbatimLineComment(const comments::VerbatimLineComment *C,
/llvm-project-15.0.7/clang/tools/libclang/
H A DCXComment.cpp353 const VerbatimLineComment *VLC = getASTNodeAs<VerbatimLineComment>(CXC); in clang_VerbatimLineComment_getText()
/llvm-project-15.0.7/clang/lib/AST/
H A DCommentSema.cpp417 VerbatimLineComment *Sema::actOnVerbatimLine(SourceLocation LocBegin, in actOnVerbatimLine()
421 VerbatimLineComment *VL = new (Allocator) VerbatimLineComment( in actOnVerbatimLine()
H A DCommentParser.cpp695 VerbatimLineComment *Parser::parseVerbatimLine() { in parseVerbatimLine()
713 VerbatimLineComment *VL = S.actOnVerbatimLine(NameTok.getLocation(), in parseVerbatimLine()
H A DJSONNodeDumper.cpp1692 const comments::VerbatimLineComment *C, const comments::FullComment *) { in visitVerbatimLineComment()
H A DTextNodeDumper.cpp875 const comments::VerbatimLineComment *C, const comments::FullComment *) { in visitVerbatimLineComment()
/llvm-project-15.0.7/clang/unittests/AST/
H A DCommentParser.cpp572 VerbatimLineComment *&VLC, in HasVerbatimLineAt()
1396 VerbatimLineComment *VLC; in TEST_F()
1414 VerbatimLineComment *VLC; in TEST_F()
/llvm-project-15.0.7/clang-tools-extra/clang-doc/
H A DSerialize.cpp79 void visitVerbatimLineComment(const VerbatimLineComment *C);
163 const VerbatimLineComment *C) { in visitVerbatimLineComment()