| /openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/ |
| H A D | MachineCFGPrinter.h | 75 HandleComment = eraseComment) { 76 return CompleteNodeLabelString(Node, HandleBasicBlock, HandleComment);
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/Analysis/ |
| H A D | CFGPrinter.h | 141 HandleComment) { 167 HandleComment(OutStr, i, Idx); 211 HandleComment = eraseComment) { 212 return CompleteNodeLabelString(Node, HandleBasicBlock, HandleComment);
|
| /openbsd-src/gnu/llvm/llvm/tools/llvm-mca/ |
| H A D | CodeRegionGenerator.cpp | 111 void AnalysisRegionCommentConsumer::HandleComment(SMLoc Loc, in HandleComment() function in llvm::mca::AnalysisRegionCommentConsumer 146 void InstrumentRegionCommentConsumer::HandleComment(SMLoc Loc, in HandleComment() function in llvm::mca::InstrumentRegionCommentConsumer
|
| H A D | CodeRegionGenerator.h | 57 void HandleComment(SMLoc Loc, StringRef CommentText) override; 79 void HandleComment(SMLoc Loc, StringRef CommentText) override;
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/MC/MCParser/ |
| H A D | MCAsmLexer.h | 31 virtual void HandleComment(SMLoc Loc, StringRef CommentText) = 0;
|
| /openbsd-src/gnu/llvm/clang/lib/CodeGen/ |
| H A D | CoverageMappingGen.h | 85 bool HandleComment(Preprocessor &PP, SourceRange Range) override;
|
| H A D | CoverageMappingGen.cpp | 82 bool CoverageSourceInfo::HandleComment(Preprocessor &PP, SourceRange Range) { in HandleComment() function in CoverageSourceInfo
|
| /openbsd-src/gnu/llvm/clang/include/clang/Frontend/ |
| H A D | VerifyDiagnosticConsumer.h | 323 bool HandleComment(Preprocessor &PP, SourceRange Comment) override;
|
| /openbsd-src/gnu/llvm/llvm/tools/llvm-exegesis/lib/ |
| H A D | SnippetFile.cpp | 45 void HandleComment(SMLoc Loc, StringRef CommentText) override { in HandleComment() function in llvm::exegesis::__anone444bc1e0111::BenchmarkCodeStreamer
|
| /openbsd-src/gnu/llvm/llvm/lib/MC/MCParser/ |
| H A D | AsmLexer.cpp | 208 CommentConsumer->HandleComment( in LexSlash() 237 CommentConsumer->HandleComment( in LexLineComment()
|
| /openbsd-src/gnu/llvm/clang/lib/Lex/ |
| H A D | Preprocessor.cpp | 1433 bool Preprocessor::HandleComment(Token &result, SourceRange Comment) { in HandleComment() function in Preprocessor 1438 if ((*H)->HandleComment(*this, Comment)) in HandleComment()
|
| H A D | Lexer.cpp | 2568 PP->HandleComment(Result, SourceRange(getSourceLocation(BufferPtr), in SkipLineComment() 2906 PP->HandleComment(Result, SourceRange(getSourceLocation(BufferPtr), in SkipBlockComment()
|
| /openbsd-src/gnu/llvm/clang/include/clang/Lex/ |
| H A D | Preprocessor.h | 2789 bool HandleComment(Token &result, SourceRange Comment); 2859 virtual bool HandleComment(Preprocessor &PP, SourceRange Comment) = 0;
|
| /openbsd-src/gnu/llvm/clang/lib/Frontend/ |
| H A D | VerifyDiagnosticConsumer.cpp | 761 bool VerifyDiagnosticConsumer::HandleComment(Preprocessor &PP, in HandleComment() function in VerifyDiagnosticConsumer
|
| /openbsd-src/gnu/llvm/clang/lib/Parse/ |
| H A D | Parser.cpp | 36 bool HandleComment(Preprocessor &PP, SourceRange Comment) override { in HandleComment() function in __anonb85a13e80111::ActionCommentHandler
|