| /llvm-project-15.0.7/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | ByteStreamer.h | 45 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 D | WinException.cpp | 573 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 D | DwarfExpression.h | 112 const char *Comment; member
|
| /llvm-project-15.0.7/llvm/lib/DebugInfo/CodeView/ |
| H A D | CodeViewRecordIO.cpp | 103 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 D | API.cpp | 56 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 D | ExtractAPIConsumer.cpp | 269 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 D | CommentHandlerTest.cpp | 14 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 D | AnnotateHighlightings.cpp | 71 std::string Comment = "/* "; in REGISTER_TWEAK() local
|
| /llvm-project-15.0.7/clang-tools-extra/clang-tidy/google/ |
| H A D | TodoCommentCheck.cpp | 34 StringRef Comment = Matches[3]; in HandleComment() local
|
| /llvm-project-15.0.7/clang/unittests/AST/ |
| H A D | CommentTextTest.cpp | 45 RawComment Comment(SourceMgr, CommentRange, EmptyOpts, /*Merged=*/true); in formatComment() local
|
| /llvm-project-15.0.7/clang-tools-extra/clang-doc/ |
| H A D | Mapper.cpp | 76 RawComment *Comment = Context.getRawCommentForDeclNoCache(D); in getComment() local
|
| /llvm-project-15.0.7/clang/lib/Format/ |
| H A D | NamespaceEndCommentsFixer.cpp | 167 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 D | NamespaceCommentCheck.cpp | 145 StringRef Comment(Sources.getCharacterData(Loc), Tok.getLength()); in check() local
|
| H A D | BracesAroundStatementsCheck.cpp | 82 StringRef Comment = Lexer::getSourceText( in findEndLocation() local
|
| /llvm-project-15.0.7/clang-tools-extra/unittests/clang-query/ |
| H A D | QueryParserTest.cpp | 186 TEST_F(QueryParserTest, Comment) { in TEST_F() argument
|
| /llvm-project-15.0.7/clang/lib/AST/ |
| H A D | RawCommentList.cpp | 26 std::pair<RawComment::CommentKind, bool> getCommentKind(StringRef Comment, in getCommentKind() 64 bool mergedCommentIsTrailingComment(StringRef Comment) { in mergedCommentIsTrailingComment()
|
| H A D | CommentSema.cpp | 98 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 D | CodeRegionGenerator.cpp | 78 StringRef Comment(CommentText); in HandleComment() local
|
| /llvm-project-15.0.7/llvm/include/llvm/DebugInfo/CodeView/ |
| H A D | CodeViewRecordIO.h | 238 void emitComment(const Twine &Comment) { in emitComment()
|
| /llvm-project-15.0.7/clang-tools-extra/clangd/refactor/ |
| H A D | InsertionPoint.cpp | 67 if (RawComment *Comment = D.getASTContext().getRawCommentForDeclNoCache(&D)) { in beginLoc() local
|
| /llvm-project-15.0.7/flang/lib/Parser/ |
| H A D | prescan.h | 79 Comment, enumerator
|
| /llvm-project-15.0.7/clang/lib/CodeGen/ |
| H A D | CoverageMappingGen.h | 37 Comment, enumerator
|
| /llvm-project-15.0.7/llvm/lib/IR/ |
| H A D | ModuleSummaryIndex.cpp | 392 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 D | SourceCode.cpp | 345 if (const RawComment *Comment = in getAssociatedRange() local
|
| /llvm-project-15.0.7/llvm/lib/Target/X86/ |
| H A D | X86MCInstLower.cpp | 1838 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
|