Home
last modified time | relevance | path

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

123

/llvm-project/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.cpp565 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 DCodeViewRecordIO.cpp104 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 DExtractAPIVisitor.h288 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 DCommentHandlerTest.cpp14 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 DCodeRegionGenerator.cpp88 if (Comment.empty()) in HandleComment() local
123 StringRef Comment(CommentText); HandleComment() local
[all...]
/llvm-project/clang-tools-extra/clangd/refactor/tweaks/
H A DAnnotateHighlightings.cpp73 std::string Comment = "/* "; in REGISTER_TWEAK() local
/llvm-project/clang-tools-extra/clang-tidy/google/
H A DTodoCommentCheck.cpp32 StringRef Comment = Matches[3]; in HandleComment() local
/llvm-project/llvm/utils/TableGen/Common/GlobalISel/
H A DGlobalISelMatchTableExecutorEmitter.h84 StringRef Comment) { in emitCxxPredicateFns() argument
[all...]
/llvm-project/clang/include/clang/AST/
H A DComment.h74 friend class Comment; variable
/llvm-project/clang/unittests/AST/
H A DCommentTextTest.cpp45 RawComment Comment(SourceMgr, CommentRange, EmptyOpts, /*Merged=*/true); in formatComment() local
/llvm-project/clang-tools-extra/clang-tidy/utils/
H A DBracesAroundStatement.cpp88 StringRef Comment = Lexer::getSourceText( in findEndLocation() local
/llvm-project/llvm/lib/Target/X86/
H A DX86MCInstLower.cpp1525 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 DNamespaceEndCommentsFixer.cpp167 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 DMapper.cpp84 RawComment *Comment = Context.getRawCommentForDeclNoCache(D); getComment() local
/llvm-project/clang-tools-extra/clang-tidy/readability/
H A DNamespaceCommentCheck.cpp147 StringRef Comment(Sources.getCharacterData(Loc), Tok.getLength()); in check() local
/llvm-project/clang-tools-extra/unittests/clang-query/
H A DQueryParserTest.cpp174 TEST_F(QueryParserTest, Comment) { in TEST_F() argument
/llvm-project/clang/lib/AST/
H A DRawCommentList.cpp26 getCommentKind(StringRef Comment,bool ParseAllComments) getCommentKind() argument
64 mergedCommentIsTrailingComment(StringRef Comment) mergedCommentIsTrailingComment() argument
[all...]
/llvm-project/clang-tools-extra/clangd/refactor/
H A DInsertionPoint.cpp68 if (RawComment *Comment = D.getASTContext().getRawCommentForDeclNoCache(&D)) { in beginLoc() local
/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DCodeViewRecordIO.h236 void emitComment(const Twine &Comment) { in emitComment()
/llvm-project/clang/tools/libclang/
H A DCXExtractAPI.cpp48 if (const auto *Comment = Base::fetchRawCommentForDecl(D)) in fetchRawCommentForDecl() local
/llvm-project/clang/lib/CodeGen/
H A DCoverageMappingGen.h37 Comment, global() enumerator
/llvm-project/mlir/lib/Query/
H A DQueryParser.cpp114 Comment, enumerator
/llvm-project/flang/lib/Parser/
H A Dprescan.h88 Comment, global() enumerator
/llvm-project/llvm/lib/IR/
H A DModuleSummaryIndex.cpp404 add(const Twine & Name,const Twine & Value,const Twine & Comment) add() argument
413 addComment(const Twine & Comment) addComment() argument

123