Home
last modified time | relevance | path

Searched defs:Comment (Results 1 – 19 of 19) sorted by relevance

/NextBSD/contrib/llvm/lib/CodeGen/AsmPrinter/
HDByteStreamer.h42 void EmitInt8(uint8_t Byte, const Twine &Comment) override { in EmitInt8()
46 void EmitSLEB128(uint64_t DWord, const Twine &Comment) override { in EmitSLEB128()
50 void EmitULEB128(uint64_t DWord, const Twine &Comment) override { in EmitULEB128()
61 void EmitInt8(uint8_t Byte, const Twine &Comment) override { in EmitInt8()
64 void EmitSLEB128(uint64_t DWord, const Twine &Comment) override { in EmitSLEB128()
67 void EmitULEB128(uint64_t DWord, const Twine &Comment) override { in EmitULEB128()
87 void EmitInt8(uint8_t Byte, const Twine &Comment) override { in EmitInt8()
92 void EmitSLEB128(uint64_t DWord, const Twine &Comment) override { in EmitSLEB128()
98 void EmitULEB128(uint64_t DWord, const Twine &Comment) override { in EmitULEB128()
HDDwarfExpression.cpp25 void DwarfExpression::AddReg(int DwarfReg, const char *Comment) { in AddReg()
HDDwarfDebug.cpp110 void DebugLocDwarfExpression::EmitOp(uint8_t Op, const char *Comment) { in EmitOp()
1465 auto Comment = Comments.begin(); in emitDebugLocEntry() local
HDDwarfUnit.cpp53 void DIEDwarfExpression::EmitOp(uint8_t Op, const char* Comment) { in EmitOp()
/NextBSD/contrib/llvm/tools/clang/lib/AST/
HDRawCommentList.cpp24 std::pair<RawComment::CommentKind, bool> getCommentKind(StringRef Comment, in getCommentKind()
62 bool mergedCommentIsTrailingComment(StringRef Comment) { in mergedCommentIsTrailingComment()
HDCommentSema.cpp98 void Sema::checkFunctionDeclVerbatimLine(const BlockCommandComment *Comment) { in checkFunctionDeclVerbatimLine()
131 void Sema::checkContainerDeclVerbatimLine(const BlockCommandComment *Comment) { in checkContainerDeclVerbatimLine()
168 void Sema::checkContainerDecl(const BlockCommandComment *Comment) { in checkContainerDecl()
HDASTDumper.cpp1026 if (const FullComment *Comment = in dumpDecl() local
HDASTContext.cpp173 ArrayRef<RawComment *>::iterator Comment; in getRawCommentForDeclNoCache() local
/NextBSD/contrib/llvm/lib/Target/X86/
HDX86MCInstLower.cpp993 std::string Comment; in getShuffleComment() local
1276 std::string Comment; in EmitInstruction() local
/NextBSD/gnu/usr.bin/rcs/lib/
HDrcssyn.c192 struct cbuf Comment; variable
/NextBSD/contrib/llvm/lib/Target/AMDGPU/
HDAMDGPUAsmPrinter.cpp181 std::string Comment(DisasmLineMaxLen - DisasmLines[i].size(), ' '); in runOnMachineFunction() local
/NextBSD/contrib/llvm/tools/clang/lib/Frontend/
HDVerifyDiagnosticConsumer.cpp523 SourceRange Comment) { in HandleComment()
602 std::string Comment = RawLex.getSpelling(Tok, SM, LangOpts); in findDirectives() local
/NextBSD/contrib/llvm/tools/clang/lib/Sema/
HDCodeCompleteConsumer.cpp391 void CodeCompletionBuilder::addBriefComment(StringRef Comment) { in addBriefComment()
HDSema.cpp1204 void Sema::ActOnComment(SourceRange Comment) { in ActOnComment()
/NextBSD/contrib/llvm/lib/MC/
HDMCELFStreamer.cpp372 MCSection *Comment = getAssembler().getContext().getELFSection( in EmitIdent() local
/NextBSD/contrib/llvm/tools/clang/lib/Lex/
HDPreprocessor.cpp882 bool Preprocessor::HandleComment(Token &result, SourceRange Comment) { in HandleComment()
/NextBSD/contrib/llvm/tools/clang/lib/Format/
HDBreakableToken.cpp185 static StringRef getLineCommentIndentPrefix(StringRef Comment) { in getLineCommentIndentPrefix()
/NextBSD/contrib/llvm/tools/clang/include/clang/AST/
HDComment.h62 friend class Comment; variable
197 Comment(CommentKind K, in Comment() function
/NextBSD/contrib/llvm/tools/clang/lib/Parse/
HDParser.cpp36 bool HandleComment(Preprocessor &PP, SourceRange Comment) override { in HandleComment()