Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DByteStreamer.h40 void EmitInt8(uint8_t Byte, const Twine &Comment) override { in EmitInt8()
44 void EmitSLEB128(uint64_t DWord, const Twine &Comment) override { in EmitSLEB128()
48 void EmitULEB128(uint64_t DWord, const Twine &Comment) override { in EmitULEB128()
59 void EmitInt8(uint8_t Byte, const Twine &Comment) override { in EmitInt8()
62 void EmitSLEB128(uint64_t DWord, const Twine &Comment) override { in EmitSLEB128()
65 void EmitULEB128(uint64_t DWord, const Twine &Comment) override { in EmitULEB128()
H A DAsmPrinterDwarf.cpp35 void DebugLocDwarfExpression::EmitOp(uint8_t Op, const char *Comment) { in EmitOp()
H A DDwarfExpression.cpp33 void DwarfExpression::AddReg(int DwarfReg, const char *Comment) { in AddReg()
H A DDwarfUnit.cpp46 void DIEDwarfExpression::EmitOp(uint8_t Op, const char* Comment) { in EmitOp()
/minix3/external/bsd/llvm/dist/clang/unittests/Tooling/
H A DCommentHandlerTest.cpp15 struct Comment { struct
16 Comment(const std::string &Message, unsigned Line, unsigned Col) in Comment() function
19 std::string Message;
20 unsigned Line, Col;
/minix3/external/bsd/llvm/dist/clang/lib/AST/
H A DRawCommentList.cpp24 std::pair<RawComment::CommentKind, bool> getCommentKind(StringRef Comment, in getCommentKind()
62 bool mergedCommentIsTrailingComment(StringRef Comment) { in mergedCommentIsTrailingComment()
H A DCommentSema.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()
H A DASTDumper.cpp1001 if (const FullComment *Comment = in dumpDecl() local
H A DASTContext.cpp173 ArrayRef<RawComment *>::iterator Comment; in getRawCommentForDeclNoCache() local
/minix3/external/bsd/pkg_install/dist/create/
H A Dmain.c32 char *Comment = NULL; variable
/minix3/external/bsd/llvm/dist/llvm/lib/Target/R600/
H A DAMDGPUAsmPrinter.cpp171 std::string Comment(DisasmLineMaxLen - DisasmLines[i].size(), ' '); in runOnMachineFunction() local
/minix3/external/bsd/llvm/dist/llvm/lib/Target/X86/
H A DX86MCInstLower.cpp939 std::string Comment; in getShuffleComment() local
1215 std::string Comment; in EmitInstruction() local
/minix3/external/bsd/llvm/dist/clang/lib/Frontend/
H A DVerifyDiagnosticConsumer.cpp523 SourceRange Comment) { in HandleComment()
602 std::string Comment = RawLex.getSpelling(Tok, SM, LangOpts); in findDirectives() local
/minix3/external/bsd/llvm/dist/clang/test/Misc/
H A Dast-dump-decl.cpp494 namespace Comment { namespace
/minix3/external/bsd/llvm/dist/clang/lib/Sema/
H A DCodeCompleteConsumer.cpp394 void CodeCompletionBuilder::addBriefComment(StringRef Comment) { in addBriefComment()
H A DSema.cpp1193 void Sema::ActOnComment(SourceRange Comment) { in ActOnComment()
/minix3/external/bsd/llvm/dist/llvm/lib/MC/
H A DMCELFStreamer.cpp314 const MCSection *Comment = getAssembler().getContext().getELFSection( in EmitIdent() local
/minix3/external/bsd/llvm/dist/clang/lib/Lex/
H A DPreprocessor.cpp834 bool Preprocessor::HandleComment(Token &result, SourceRange Comment) { in HandleComment()
/minix3/external/bsd/llvm/dist/clang/lib/Format/
H A DBreakableToken.cpp185 static StringRef getLineCommentIndentPrefix(StringRef Comment) { in getLineCommentIndentPrefix()
/minix3/external/bsd/llvm/dist/clang/include/clang/AST/
H A DComment.h62 friend class Comment; variable
197 Comment(CommentKind K, in Comment() function
/minix3/external/bsd/llvm/dist/clang/lib/Parse/
H A DParser.cpp36 bool HandleComment(Preprocessor &PP, SourceRange Comment) override { in HandleComment()
/minix3/external/bsd/llvm/dist/clang/tools/c-index-test/
H A Dc-index-test.c363 CXComment Comment) { in DumpCXCommentInternal()
537 static void DumpCXComment(CXComment Comment) { in DumpCXComment()
612 CXComment Comment = clang_Cursor_getParsedComment(Cursor); in PrintCursorComments() local