Searched refs:Comment (Results 51 - 61 of 61) sorted by relevance

123

/freebsd-12-stable/sys/contrib/dev/acpica/include/
H A Daclocal.h1042 char *NameComment; /* Comment associated with the first parameter of the name node */\
1094 char *Comment; member in struct:acpi_comment_node
/freebsd-12-stable/contrib/llvm-project/clang/lib/Parse/
H A DParser.cpp35 bool HandleComment(Preprocessor &PP, SourceRange Comment) override {
36 S.ActOnComment(Comment);
/freebsd-12-stable/lib/clang/libclang/
H A DMakefile61 SRCS_MIN+= AST/Comment.cpp
843 AST Analysis Comment Common CrossTU Driver Frontend Lex Parse \
/freebsd-12-stable/contrib/llvm-project/clang/lib/AST/
H A DTextNodeDumper.cpp57 void TextNodeDumper::Visit(const comments::Comment *C,
H A DJSONNodeDumper.cpp127 void JSONNodeDumper::Visit(const comments::Comment *C,
H A DASTContext.cpp23 #include "clang/AST/Comment.h"
466 const RawComment &Comment) const {
467 assert(Comment.isDocumentation() || LangOpts.CommentOpts.ParseAllComments);
468 DeclRawComments.try_emplace(&OriginalD, &Comment);
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp690 SmallString<32> Comment; local
691 raw_svector_ostream CommentOS(Comment);
693 OS.AddComment(Comment);
H A DDwarfUnit.cpp53 void DIEDwarfExpression::emitOp(uint8_t Op, const char* Comment) { argument
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/AST/
H A DASTContext.h772 /// Attaches \p Comment to \p OriginalD and to its redeclaration chain
778 const RawComment &Comment) const;
/freebsd-12-stable/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DAsmParser.cpp842 while (tok->is(AsmToken::Comment)) {
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h1571 void ActOnComment(SourceRange Comment);

Completed in 402 milliseconds

123