Home
last modified time | relevance | path

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

123

/llvm-project-15.0.7/llvm/lib/CodeGen/AsmPrinter/
H A DByteStreamer.h45 void emitInt8(uint8_t Byte, const Twine &Comment) override { in emitInt8()
49 void emitSLEB128(uint64_t DWord, const Twine &Comment) override { in emitSLEB128()
53 void emitULEB128(uint64_t DWord, const Twine &Comment, in emitULEB128()
74 void emitInt8(uint8_t Byte, const Twine &Comment) override { in emitInt8()
77 void emitSLEB128(uint64_t DWord, const Twine &Comment) override { in emitSLEB128()
80 void emitULEB128(uint64_t DWord, const Twine &Comment, in emitULEB128()
105 void emitInt8(uint8_t Byte, const Twine &Comment) override { in emitInt8()
110 void emitSLEB128(uint64_t DWord, const Twine &Comment) override { in emitSLEB128()
122 void emitULEB128(uint64_t DWord, const Twine &Comment, in emitULEB128()
H A DWinException.cpp573 auto AddComment = [&](const Twine &Comment) { in emitCSpecificHandlerTable()
639 auto AddComment = [&](const Twine &Comment) { in emitSEHActionsForRange()
719 auto AddComment = [&](const Twine &Comment) { in emitCXXFrameHandler3Table()
1003 auto AddComment = [&](const Twine &Comment) { in emitExceptHandlerTable()
H A DDwarfExpression.h112 const char *Comment; member
/llvm-project-15.0.7/llvm/lib/DebugInfo/CodeView/
H A DCodeViewRecordIO.cpp103 const Twine &Comment) { in mapByteVectorTail()
119 const Twine &Comment) { in mapByteVectorTail()
129 Error CodeViewRecordIO::mapInteger(TypeIndex &TypeInd, const Twine &Comment) { in mapInteger()
151 const Twine &Comment) { in mapEncodedInteger()
176 const Twine &Comment) { in mapEncodedInteger()
191 Error CodeViewRecordIO::mapEncodedInteger(APSInt &Value, const Twine &Comment) { in mapEncodedInteger()
209 Error CodeViewRecordIO::mapStringZ(StringRef &Value, const Twine &Comment) { in mapStringZ()
227 Error CodeViewRecordIO::mapGuid(GUID &Guid, const Twine &Comment) { in mapGuid()
255 const Twine &Comment) { in mapStringZVectorZ()
280 const Twine &Comment) { in emitEncodedSignedInteger()
[all …]
/llvm-project-15.0.7/clang/lib/ExtractAPI/
H A DAPI.cpp56 const DocComment &Comment, DeclarationFragments Fragments, in addGlobalFunction()
64 const AvailabilityInfo &Availability, const DocComment &Comment, in addEnumConstant()
73 const DocComment &Comment, in addEnum()
83 const DocComment &Comment, in addStructField()
93 const DocComment &Comment, in addStruct()
102 const AvailabilityInfo &Availability, const DocComment &Comment, in addObjCCategory()
121 const DocComment &Comment, DeclarationFragments Declaration, in addObjCInterface()
131 const DocComment &Comment, DeclarationFragments Declaration, in addObjCMethod()
143 const DocComment &Comment, DeclarationFragments Declaration, in addObjCProperty()
156 const DocComment &Comment, DeclarationFragments Declaration, in addObjCInstanceVariable()
[all …]
H A DExtractAPIConsumer.cpp269 DocComment Comment; in VisitVarDecl() local
330 DocComment Comment; in VisitFunctionDecl() local
370 DocComment Comment; in VisitEnumDecl() local
411 DocComment Comment; in VisitRecordDecl() local
446 DocComment Comment; in VisitObjCInterfaceDecl() local
492 DocComment Comment; in VisitObjCProtocolDecl() local
529 DocComment Comment; in VisitTypedefNameDecl() local
553 DocComment Comment; in VisitObjCCategoryDecl() local
622 DocComment Comment; in recordEnumConstants() local
649 DocComment Comment; in recordStructFields() local
[all …]
/llvm-project-15.0.7/clang/unittests/Tooling/
H A DCommentHandlerTest.cpp14 struct Comment { struct
15 Comment(const std::string &Message, unsigned Line, unsigned Col) in Comment() function
18 std::string Message;
19 unsigned Line, Col;
/llvm-project-15.0.7/clang-tools-extra/clangd/refactor/tweaks/
H A DAnnotateHighlightings.cpp71 std::string Comment = "/* "; in REGISTER_TWEAK() local
/llvm-project-15.0.7/clang-tools-extra/clang-tidy/google/
H A DTodoCommentCheck.cpp34 StringRef Comment = Matches[3]; in HandleComment() local
/llvm-project-15.0.7/clang/unittests/AST/
H A DCommentTextTest.cpp45 RawComment Comment(SourceMgr, CommentRange, EmptyOpts, /*Merged=*/true); in formatComment() local
/llvm-project-15.0.7/clang-tools-extra/clang-doc/
H A DMapper.cpp76 RawComment *Comment = Context.getRawCommentForDeclNoCache(D); in getComment() local
/llvm-project-15.0.7/clang/lib/Format/
H A DNamespaceEndCommentsFixer.cpp167 const FormatToken *Comment = RBraceTok->Next; in validEndComment() local
236 const FormatToken *Comment = RBraceTok->Next; in updateEndComment() local
/llvm-project-15.0.7/clang-tools-extra/clang-tidy/readability/
H A DNamespaceCommentCheck.cpp145 StringRef Comment(Sources.getCharacterData(Loc), Tok.getLength()); in check() local
H A DBracesAroundStatementsCheck.cpp82 StringRef Comment = Lexer::getSourceText( in findEndLocation() local
/llvm-project-15.0.7/clang-tools-extra/unittests/clang-query/
H A DQueryParserTest.cpp186 TEST_F(QueryParserTest, Comment) { in TEST_F() argument
/llvm-project-15.0.7/clang/lib/AST/
H A DRawCommentList.cpp26 std::pair<RawComment::CommentKind, bool> getCommentKind(StringRef Comment, in getCommentKind()
64 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()
170 void Sema::checkContainerDecl(const BlockCommandComment *Comment) { in checkContainerDecl()
/llvm-project-15.0.7/llvm/tools/llvm-mca/
H A DCodeRegionGenerator.cpp78 StringRef Comment(CommentText); in HandleComment() local
/llvm-project-15.0.7/llvm/include/llvm/DebugInfo/CodeView/
H A DCodeViewRecordIO.h238 void emitComment(const Twine &Comment) { in emitComment()
/llvm-project-15.0.7/clang-tools-extra/clangd/refactor/
H A DInsertionPoint.cpp67 if (RawComment *Comment = D.getASTContext().getRawCommentForDeclNoCache(&D)) { in beginLoc() local
/llvm-project-15.0.7/flang/lib/Parser/
H A Dprescan.h79 Comment, enumerator
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCoverageMappingGen.h37 Comment, enumerator
/llvm-project-15.0.7/llvm/lib/IR/
H A DModuleSummaryIndex.cpp392 const Twine &Comment) { in add()
401 void Attributes::addComment(const Twine &Comment) { in addComment()
/llvm-project-15.0.7/clang/lib/Tooling/Transformer/
H A DSourceCode.cpp345 if (const RawComment *Comment = in getAssociatedRange() local
/llvm-project-15.0.7/llvm/lib/Target/X86/
H A DX86MCInstLower.cpp1838 std::string Comment; in getShuffleComment() local
2211 std::string Comment; in addConstantComments() local
2290 std::string Comment; in addConstantComments() local
2399 std::string Comment; in addConstantComments() local

123