| /netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-mca/ |
| H A D | CodeRegionGenerator.cpp | 38 void HandleComment(SMLoc Loc, StringRef CommentText) override; 75 void MCACommentConsumer::HandleComment(SMLoc Loc, StringRef CommentText) { in HandleComment() function in llvm::mca::MCACommentConsumer
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/ |
| H A D | CFGPrinter.h | 156 HandleComment = eraseComment) { 182 HandleComment(OutStr, i, Idx);
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MC/MCParser/ |
| H A D | MCAsmLexer.h | 33 virtual void HandleComment(SMLoc Loc, StringRef CommentText) = 0;
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/ |
| H A D | CoverageMappingGen.h | 71 bool HandleComment(Preprocessor &PP, SourceRange Range) override;
|
| H A D | CoverageMappingGen.cpp | 81 bool CoverageSourceInfo::HandleComment(Preprocessor &PP, SourceRange Range) { in HandleComment() function in CoverageSourceInfo
|
| /netbsd-src/external/apache2/llvm/dist/clang/include/clang/Frontend/ |
| H A D | VerifyDiagnosticConsumer.h | 323 bool HandleComment(Preprocessor &PP, SourceRange Comment) override;
|
| /netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-exegesis/lib/ |
| H A D | SnippetFile.cpp | 44 void HandleComment(SMLoc Loc, StringRef CommentText) override { in HandleComment() function in llvm::exegesis::__anonc7edc6d20111::BenchmarkCodeStreamer
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/MCParser/ |
| H A D | AsmLexer.cpp | 208 CommentConsumer->HandleComment( in LexSlash() 236 CommentConsumer->HandleComment( in LexLineComment()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Lex/ |
| H A D | Preprocessor.cpp | 1396 bool Preprocessor::HandleComment(Token &result, SourceRange Comment) { in HandleComment() function in Preprocessor 1401 if ((*H)->HandleComment(*this, Comment)) in HandleComment()
|
| H A D | Lexer.cpp | 2379 PP->HandleComment(Result, SourceRange(getSourceLocation(BufferPtr), in SkipLineComment() 2651 PP->HandleComment(Result, SourceRange(getSourceLocation(BufferPtr), in SkipBlockComment()
|
| /netbsd-src/external/apache2/llvm/dist/clang/include/clang/Lex/ |
| H A D | Preprocessor.h | 2380 bool HandleComment(Token &result, SourceRange Comment); 2404 virtual bool HandleComment(Preprocessor &PP, SourceRange Comment) = 0;
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/ |
| H A D | VerifyDiagnosticConsumer.cpp | 764 bool VerifyDiagnosticConsumer::HandleComment(Preprocessor &PP, in HandleComment() function in VerifyDiagnosticConsumer
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Parse/ |
| H A D | Parser.cpp | 36 bool HandleComment(Preprocessor &PP, SourceRange Comment) override { in HandleComment() function in __anona6bbf99c0111::ActionCommentHandler
|