Home
last modified time | relevance | path

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

/freebsd-13.1/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) { in HandleComment() function in llvm::mca::MCACommentConsumer
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DCFGPrinter.h156 HandleComment = eraseComment) {
182 HandleComment(OutStr, i, Idx);
/freebsd-13.1/contrib/llvm-project/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
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/MC/MCParser/
H A DMCAsmLexer.h33 virtual void HandleComment(SMLoc Loc, StringRef CommentText) = 0;
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Frontend/
H A DVerifyDiagnosticConsumer.h323 bool HandleComment(Preprocessor &PP, SourceRange Comment) override;
/freebsd-13.1/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DAsmLexer.cpp208 CommentConsumer->HandleComment( in LexSlash()
236 CommentConsumer->HandleComment( in LexLineComment()
/freebsd-13.1/contrib/llvm-project/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.cpp2394 PP->HandleComment(Result, SourceRange(getSourceLocation(BufferPtr), in SkipLineComment()
2680 PP->HandleComment(Result, SourceRange(getSourceLocation(BufferPtr), in SkipBlockComment()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Lex/
H A DPreprocessor.h2385 bool HandleComment(Token &result, SourceRange Comment);
2409 virtual bool HandleComment(Preprocessor &PP, SourceRange Comment) = 0;
/freebsd-13.1/contrib/llvm-project/clang/lib/Frontend/
H A DVerifyDiagnosticConsumer.cpp764 bool VerifyDiagnosticConsumer::HandleComment(Preprocessor &PP, in HandleComment() function in VerifyDiagnosticConsumer
/freebsd-13.1/contrib/llvm-project/clang/lib/Parse/
H A DParser.cpp36 bool HandleComment(Preprocessor &PP, SourceRange Comment) override { in HandleComment() function in __anone33f9ba50111::ActionCommentHandler