Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/include/clang/AST/
HDRawCommentList.h188 ArrayRef<RawComment *> getComments() const { in getComments() function
/NextBSD/contrib/llvm/lib/CodeGen/AsmPrinter/
HDDebugLocStream.h119 ArrayRef<std::string> getComments(const Entry &E) const { in getComments() function
HDDwarfDebug.cpp1464 auto &&Comments = DebugLocs.getComments(Entry); in emitDebugLocEntry()
/NextBSD/contrib/llvm/tools/clang/lib/AST/
HDASTContext.cpp68 ArrayRef<RawComment *> RawComments = Comments.getComments(); in getRawCommentForDeclNoCache()
128 ArrayRef<RawComment *> RawComments = Comments.getComments(); in getRawCommentForDeclNoCache()
/NextBSD/contrib/llvm/tools/clang/lib/Serialization/
HDASTWriter.cpp2817 ArrayRef<RawComment *> RawComments = Context->Comments.getComments(); in WriteComments()
/NextBSD/contrib/llvm/tools/clang/lib/Sema/
HDSemaDecl.cpp10080 ArrayRef<RawComment *> Comments = Context.getRawCommentList().getComments(); in ActOnDocumentableDecls()