Home
last modified time | relevance | path

Searched refs:HandleComment (Results 1 – 13 of 13) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-mca/
H A DCodeRegionGenerator.cpp38 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 DCFGPrinter.h156 HandleComment = eraseComment) {
182 HandleComment(OutStr, i, Idx);
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MC/MCParser/
H A DMCAsmLexer.h33 virtual void HandleComment(SMLoc Loc, StringRef CommentText) = 0;
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCoverageMappingGen.h71 bool HandleComment(Preprocessor &PP, SourceRange Range) override;
H A DCoverageMappingGen.cpp81 bool CoverageSourceInfo::HandleComment(Preprocessor &PP, SourceRange Range) { in HandleComment() function in CoverageSourceInfo
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Frontend/
H A DVerifyDiagnosticConsumer.h323 bool HandleComment(Preprocessor &PP, SourceRange Comment) override;
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-exegesis/lib/
H A DSnippetFile.cpp44 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 DAsmLexer.cpp208 CommentConsumer->HandleComment( in LexSlash()
236 CommentConsumer->HandleComment( in LexLineComment()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Lex/
H A DPreprocessor.cpp1396 bool Preprocessor::HandleComment(Token &result, SourceRange Comment) { in HandleComment() function in Preprocessor
1401 if ((*H)->HandleComment(*this, Comment)) in HandleComment()
H A DLexer.cpp2379 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 DPreprocessor.h2380 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 DVerifyDiagnosticConsumer.cpp764 bool VerifyDiagnosticConsumer::HandleComment(Preprocessor &PP, in HandleComment() function in VerifyDiagnosticConsumer
/netbsd-src/external/apache2/llvm/dist/clang/lib/Parse/
H A DParser.cpp36 bool HandleComment(Preprocessor &PP, SourceRange Comment) override { in HandleComment() function in __anona6bbf99c0111::ActionCommentHandler