| /freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | MachineCFGPrinter.h | 75 HandleComment = eraseComment) { 76 return CompleteNodeLabelString(Node, HandleBasicBlock, HandleComment);
|
| /freebsd/contrib/llvm-project/llvm/tools/llvm-mca/ |
| H A D | CodeRegionGenerator.cpp | 84 void AnalysisRegionCommentConsumer::HandleComment(SMLoc Loc, in HandleComment() function in llvm::mca::AnalysisRegionCommentConsumer 119 void InstrumentRegionCommentConsumer::HandleComment(SMLoc Loc, in HandleComment() function in llvm::mca::InstrumentRegionCommentConsumer
|
| H A D | CodeRegionGenerator.h | 58 void HandleComment(SMLoc Loc, StringRef CommentText) override; 80 void HandleComment(SMLoc Loc, StringRef CommentText) override;
|
| /freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | CFGPrinter.cpp | 233 function_ref<void(std::string &, unsigned &, unsigned)> HandleComment) { in getCompleteNodeLabel() argument 235 return CompleteNodeLabelString(Node, HandleBasicBlock, HandleComment); in getCompleteNodeLabel() 261 HandleComment); in getCompleteNodeLabel()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ |
| H A D | CFGPrinter.h | 147 HandleComment) { 170 HandleComment(OutStr, i, Idx); 212 function_ref<void(std::string &, unsigned &, unsigned)> HandleComment =
|
| /freebsd/contrib/llvm-project/clang/include/clang/Frontend/ |
| H A D | VerifyDiagnosticConsumer.h | 184 bool HandleComment(Preprocessor &PP, SourceRange Comment) override;
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/MC/MCParser/ |
| H A D | AsmLexer.h | 40 virtual void HandleComment(SMLoc Loc, StringRef CommentText) = 0;
|
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CoverageMappingGen.h | 90 bool HandleComment(Preprocessor &PP, SourceRange Range) override;
|
| H A D | CoverageMappingGen.cpp | 96 bool CoverageSourceInfo::HandleComment(Preprocessor &PP, SourceRange Range) { in HandleComment() function in CoverageSourceInfo
|
| /freebsd/contrib/llvm-project/llvm/lib/MC/MCParser/ |
| H A D | AsmLexer.cpp | 288 CommentConsumer->HandleComment( in LexSlash() 317 CommentConsumer->HandleComment( in LexLineComment()
|
| /freebsd/contrib/llvm-project/clang/lib/Lex/ |
| H A D | Preprocessor.cpp | 1457 bool Preprocessor::HandleComment(Token &result, SourceRange Comment) { in HandleComment() function in Preprocessor 1462 if ((*H)->HandleComment(*this, Comment)) in HandleComment()
|
| H A D | Lexer.cpp | 2715 PP->HandleComment(Result, SourceRange(getSourceLocation(BufferPtr), in SkipLineComment() 3053 PP->HandleComment(Result, SourceRange(getSourceLocation(BufferPtr), in SkipBlockComment()
|
| /freebsd/contrib/llvm-project/clang/include/clang/Lex/ |
| H A D | Preprocessor.h | 2951 bool HandleComment(Token &result, SourceRange Comment); 3131 virtual bool HandleComment(Preprocessor &PP, SourceRange Comment) = 0;
|
| /freebsd/contrib/llvm-project/clang/lib/Frontend/ |
| H A D | VerifyDiagnosticConsumer.cpp | 780 bool VerifyDiagnosticConsumer::HandleComment(Preprocessor &PP, in HandleComment() function in VerifyDiagnosticConsumer
|
| /freebsd/contrib/llvm-project/clang/lib/Parse/ |
| H A D | Parser.cpp | 41 bool HandleComment(Preprocessor &PP, SourceRange Comment) override { in HandleComment() function in __anon309dd5710111::ActionCommentHandler
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/ |
| H A D | DemangleTestCases.inc | 11324 …r13HandleCommentERNS_5TokenENS_11SourceRangeE", "clang::Preprocessor::HandleComment(clang::Token&,…
|