Home
last modified time | relevance | path

Searched refs:getComment (Results 1 – 6 of 6) sorted by relevance

/llvm-project-15.0.7/clang-tools-extra/clang-doc/
H A DMapper.cpp40 auto I = serialize::emitInfo(D, getComment(D, D->getASTContext()), in mapDecl()
75 MapASTVisitor::getComment(const NamedDecl *D, const ASTContext &Context) const { in getComment() function in clang::doc::MapASTVisitor
H A DMapper.h50 comments::FullComment *getComment(const NamedDecl *D,
/llvm-project-15.0.7/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinterDwarf.cpp267 OutStreamer->AddComment(Inst.getComment()); in emitCFIInstruction()
/llvm-project-15.0.7/clang-tools-extra/unittests/clang-doc/
H A DSerializeTest.cpp25 comments::FullComment *getComment(const NamedDecl *D) const { in getComment() function in clang::doc::ClangDocSerializeTestVisitor
39 auto I = serialize::emitInfo(D, getComment(D), /*Line=*/0, in mapDecl()
/llvm-project-15.0.7/llvm/include/llvm/MC/
H A DMCDwarf.h676 StringRef getComment() const { in getComment() function
/llvm-project-15.0.7/bolt/lib/Core/
H A DBinaryEmitter.cpp848 Streamer.AddComment(Inst.getComment()); in emitCFIInstruction()