Searched refs:HandleComment (Results 1 - 9 of 9) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-mca/
H A DCodeRegionGenerator.cpp38 void HandleComment(SMLoc Loc, StringRef CommentText) override;
75 void MCACommentConsumer::HandleComment(SMLoc Loc, StringRef CommentText) { function in class:llvm::mca::MCACommentConsumer
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/MC/MCParser/
H A DMCAsmLexer.h33 virtual void HandleComment(SMLoc Loc, StringRef CommentText) = 0;
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Frontend/
H A DVerifyDiagnosticConsumer.h307 /// File has been processed via HandleComment.
320 bool HandleComment(Preprocessor &PP, SourceRange Comment) override;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DAsmLexer.cpp191 CommentConsumer->HandleComment(
219 CommentConsumer->HandleComment(
/freebsd-11-stable/contrib/llvm-project/clang/lib/Lex/
H A DPreprocessor.cpp1378 bool Preprocessor::HandleComment(Token &result, SourceRange Comment) { function in class:Preprocessor
1383 if ((*H)->HandleComment(*this, Comment))
H A DLexer.cpp2352 PP->HandleComment(Result, SourceRange(getSourceLocation(BufferPtr),
2624 PP->HandleComment(Result, SourceRange(getSourceLocation(BufferPtr),
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Lex/
H A DPreprocessor.h2330 bool HandleComment(Token &result, SourceRange Comment);
2354 virtual bool HandleComment(Preprocessor &PP, SourceRange Comment) = 0;
/freebsd-11-stable/contrib/llvm-project/clang/lib/Frontend/
H A DVerifyDiagnosticConsumer.cpp744 /// HandleComment - Hook into the preprocessor and extract comments containing
746 bool VerifyDiagnosticConsumer::HandleComment(Preprocessor &PP, function in class:VerifyDiagnosticConsumer
/freebsd-11-stable/contrib/llvm-project/clang/lib/Parse/
H A DParser.cpp35 bool HandleComment(Preprocessor &PP, SourceRange Comment) override {

Completed in 145 milliseconds