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

/freebsd-13-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-13-stable/contrib/llvm-project/llvm/include/llvm/MC/MCParser/
H A DMCAsmLexer.h33 virtual void HandleComment(SMLoc Loc, StringRef CommentText) = 0;
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Frontend/
H A DVerifyDiagnosticConsumer.h310 /// File has been processed via HandleComment.
323 bool HandleComment(Preprocessor &PP, SourceRange Comment) override;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DAsmLexer.cpp193 CommentConsumer->HandleComment(
221 CommentConsumer->HandleComment(
/freebsd-13-stable/contrib/llvm-project/clang/lib/Lex/
H A DPreprocessor.cpp1400 bool Preprocessor::HandleComment(Token &result, SourceRange Comment) { function in class:Preprocessor
1405 if ((*H)->HandleComment(*this, Comment))
H A DLexer.cpp2358 PP->HandleComment(Result, SourceRange(getSourceLocation(BufferPtr),
2630 PP->HandleComment(Result, SourceRange(getSourceLocation(BufferPtr),
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Lex/
H A DPreprocessor.h2361 bool HandleComment(Token &result, SourceRange Comment);
2385 virtual bool HandleComment(Preprocessor &PP, SourceRange Comment) = 0;
/freebsd-13-stable/contrib/llvm-project/clang/lib/Frontend/
H A DVerifyDiagnosticConsumer.cpp762 /// HandleComment - Hook into the preprocessor and extract comments containing
764 bool VerifyDiagnosticConsumer::HandleComment(Preprocessor &PP, function in class:VerifyDiagnosticConsumer
/freebsd-13-stable/contrib/llvm-project/clang/lib/Parse/
H A DParser.cpp36 bool HandleComment(Preprocessor &PP, SourceRange Comment) override {

Completed in 151 milliseconds