/llvm-project/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 | 565 auto AddComment = [&](const Twine &Comment) { in emitCSpecificHandlerTable() argument 631 auto AddComment = [&](const Twine &Comment) { in emitSEHActionsForRange() argument 711 auto AddComment = [&](const Twine &Comment) { in emitCXXFrameHandler3Table() argument 999 auto AddComment = [&](const Twine &Comment) { in emitExceptHandlerTable() argument
|
/llvm-project/llvm/lib/DebugInfo/CodeView/ |
H A D | CodeViewRecordIO.cpp | 104 const Twine &Comment) { in mapByteVectorTail() 120 const Twine &Comment) { in mapByteVectorTail() 130 Error CodeViewRecordIO::mapInteger(TypeIndex &TypeInd, const Twine &Comment) { in mapInteger() 152 const Twine &Comment) { in mapEncodedInteger() 177 const Twine &Comment) { in mapEncodedInteger() 192 Error CodeViewRecordIO::mapEncodedInteger(APSInt &Value, const Twine &Comment) { in mapEncodedInteger() 210 Error CodeViewRecordIO::mapStringZ(StringRef &Value, const Twine &Comment) { in mapStringZ() 228 Error CodeViewRecordIO::mapGuid(GUID &Guid, const Twine &Comment) { in mapGuid() 256 const Twine &Comment) { in mapStringZVectorZ() 281 const Twine &Comment) { in emitEncodedSignedInteger() [all …]
|
/llvm-project/clang/include/clang/ExtractAPI/ |
H A D | ExtractAPIVisitor.h | 288 DocComment Comment; VisitVarDecl() local 361 DocComment Comment; VisitFunctionDecl() local 398 DocComment Comment; VisitEnumDecl() local 529 DocComment Comment; VisitNamespaceDecl() local 562 DocComment Comment; VisitRecordDecl() local 603 DocComment Comment; VisitCXXRecordDecl() local 656 DocComment Comment; VisitCXXMethodDecl() local 717 DocComment Comment; VisitCXXConstructorDecl() local 751 DocComment Comment; VisitCXXDestructorDecl() local 782 DocComment Comment; VisitConceptDecl() local 809 DocComment Comment; VisitClassTemplateSpecializationDecl() local 843 DocComment Comment; VisitClassTemplatePartialSpecializationDecl() local 877 DocComment Comment; VisitVarTemplateDecl() local 921 DocComment Comment; VisitVarTemplateSpecializationDecl() local 953 DocComment Comment; VisitVarTemplatePartialSpecializationDecl() local 986 DocComment Comment; VisitFunctionTemplateDecl() local 1019 DocComment Comment; VisitObjCInterfaceDecl() local 1067 DocComment Comment; VisitObjCProtocolDecl() local 1135 DocComment Comment; VisitTypedefNameDecl() local 1167 DocComment Comment; VisitObjCCategoryDecl() local 1210 DocComment Comment; recordEnumConstants() local 1243 DocComment Comment; VisitFieldDecl() local 1295 DocComment Comment; VisitCXXConversionDecl() local 1340 DocComment Comment; recordObjCMethods() local 1377 DocComment Comment; recordObjCProperties() local 1430 DocComment Comment; recordObjCInstanceVariables() local 1473 if (const auto *Comment = this->Context.getRawCommentForDeclNoCache(D)) fetchRawCommentForDecl() local [all...] |
/llvm-project/clang/unittests/Tooling/ |
H A D | CommentHandlerTest.cpp | 14 struct Comment { struct 15 Comment(const std::string &Message, unsigned Line, unsigned Col) in Comment() argument 18 Messageclang::Comment global() argument 19 Colclang::Comment global() argument
|
/llvm-project/llvm/tools/llvm-mca/ |
H A D | CodeRegionGenerator.cpp | 88 if (Comment.empty()) in HandleComment() local 123 StringRef Comment(CommentText); HandleComment() local [all...] |
/llvm-project/clang-tools-extra/clangd/refactor/tweaks/ |
H A D | AnnotateHighlightings.cpp | 73 std::string Comment = "/* "; in REGISTER_TWEAK() local
|
/llvm-project/clang-tools-extra/clang-tidy/google/ |
H A D | TodoCommentCheck.cpp | 32 StringRef Comment = Matches[3]; in HandleComment() local
|
/llvm-project/llvm/utils/TableGen/Common/GlobalISel/ |
H A D | GlobalISelMatchTableExecutorEmitter.h | 84 StringRef Comment) { in emitCxxPredicateFns() argument [all...] |
/llvm-project/clang/include/clang/AST/ |
H A D | Comment.h | 74 friend class Comment; variable
|
/llvm-project/clang/unittests/AST/ |
H A D | CommentTextTest.cpp | 45 RawComment Comment(SourceMgr, CommentRange, EmptyOpts, /*Merged=*/true); in formatComment() local
|
/llvm-project/clang-tools-extra/clang-tidy/utils/ |
H A D | BracesAroundStatement.cpp | 88 StringRef Comment = Lexer::getSourceText( in findEndLocation() local
|
/llvm-project/llvm/lib/Target/X86/ |
H A D | X86MCInstLower.cpp | 1525 std::string Comment; getShuffleComment() local 1616 std::string Comment; printZeroUpperMove() local 1642 std::string Comment; printBroadcast() local 1663 std::string Comment; printExtend() local 1695 std::string Comment; printZeroExtend() local 1899 std::string Comment; addConstantComments() local 1933 std::string Comment; addConstantComments() local 1954 std::string Comment; addConstantComments() local [all...] |
/llvm-project/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/clang-tools-extra/clang-doc/ |
H A D | Mapper.cpp | 84 RawComment *Comment = Context.getRawCommentForDeclNoCache(D); getComment() local
|
/llvm-project/clang-tools-extra/clang-tidy/readability/ |
H A D | NamespaceCommentCheck.cpp | 147 StringRef Comment(Sources.getCharacterData(Loc), Tok.getLength()); in check() local
|
/llvm-project/clang-tools-extra/unittests/clang-query/ |
H A D | QueryParserTest.cpp | 174 TEST_F(QueryParserTest, Comment) { in TEST_F() argument
|
/llvm-project/clang/lib/AST/ |
H A D | RawCommentList.cpp | 26 getCommentKind(StringRef Comment,bool ParseAllComments) getCommentKind() argument 64 mergedCommentIsTrailingComment(StringRef Comment) mergedCommentIsTrailingComment() argument [all...] |
/llvm-project/clang-tools-extra/clangd/refactor/ |
H A D | InsertionPoint.cpp | 68 if (RawComment *Comment = D.getASTContext().getRawCommentForDeclNoCache(&D)) { in beginLoc() local
|
/llvm-project/llvm/include/llvm/DebugInfo/CodeView/ |
H A D | CodeViewRecordIO.h | 236 void emitComment(const Twine &Comment) { in emitComment()
|
/llvm-project/clang/tools/libclang/ |
H A D | CXExtractAPI.cpp | 48 if (const auto *Comment = Base::fetchRawCommentForDecl(D)) in fetchRawCommentForDecl() local
|
/llvm-project/clang/lib/CodeGen/ |
H A D | CoverageMappingGen.h | 37 Comment, global() enumerator
|
/llvm-project/mlir/lib/Query/ |
H A D | QueryParser.cpp | 114 Comment, enumerator
|
/llvm-project/flang/lib/Parser/ |
H A D | prescan.h | 88 Comment, global() enumerator
|
/llvm-project/llvm/lib/IR/ |
H A D | ModuleSummaryIndex.cpp | 404 add(const Twine & Name,const Twine & Value,const Twine & Comment) add() argument 413 addComment(const Twine & Comment) addComment() argument
|