Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/llvm-mca/
H A DCodeRegionGenerator.cpp39 void HandleComment(SMLoc Loc, StringRef CommentText) override;
77 void MCACommentConsumer::HandleComment(SMLoc Loc, StringRef CommentText) { in HandleComment() function in llvm::mca::MCACommentConsumer
/freebsd-12.1/contrib/llvm/include/llvm/MC/MCParser/
H A DMCAsmLexer.h34 virtual void HandleComment(SMLoc Loc, StringRef CommentText) = 0;
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Frontend/
H A DVerifyDiagnosticConsumer.h279 bool HandleComment(Preprocessor &PP, SourceRange Comment) override;
/freebsd-12.1/contrib/llvm/lib/MC/MCParser/
H A DAsmLexer.cpp190 CommentConsumer->HandleComment( in LexSlash()
218 CommentConsumer->HandleComment( in LexLineComment()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Lex/
H A DPreprocessor.cpp1054 bool Preprocessor::HandleComment(Token &result, SourceRange Comment) { in HandleComment() function in Preprocessor
1059 if ((*H)->HandleComment(*this, Comment)) in HandleComment()
H A DLexer.cpp2343 PP->HandleComment(Result, SourceRange(getSourceLocation(BufferPtr), in SkipLineComment()
2615 PP->HandleComment(Result, SourceRange(getSourceLocation(BufferPtr), in SkipBlockComment()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Lex/
H A DPreprocessor.h2200 bool HandleComment(Token &result, SourceRange Comment);
2215 virtual bool HandleComment(Preprocessor &PP, SourceRange Comment) = 0;
/freebsd-12.1/contrib/llvm/tools/clang/lib/Frontend/
H A DVerifyDiagnosticConsumer.cpp605 bool VerifyDiagnosticConsumer::HandleComment(Preprocessor &PP, in HandleComment() function in VerifyDiagnosticConsumer
/freebsd-12.1/contrib/llvm/tools/clang/lib/Parse/
H A DParser.cpp36 bool HandleComment(Preprocessor &PP, SourceRange Comment) override { in HandleComment() function in __anon574c76200111::ActionCommentHandler