Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/include/clang/Frontend/
HDVerifyDiagnosticConsumer.h270 bool HandleComment(Preprocessor &PP, SourceRange Comment) override;
/NextBSD/contrib/llvm/tools/clang/lib/Lex/
HDPreprocessor.cpp882 bool Preprocessor::HandleComment(Token &result, SourceRange Comment) { in HandleComment() function in Preprocessor
887 if ((*H)->HandleComment(*this, Comment)) in HandleComment()
HDLexer.cpp2115 PP->HandleComment(Result, SourceRange(getSourceLocation(BufferPtr), in SkipLineComment()
2387 PP->HandleComment(Result, SourceRange(getSourceLocation(BufferPtr), in SkipBlockComment()
/NextBSD/contrib/llvm/tools/clang/include/clang/Lex/
HDPreprocessor.h1886 bool HandleComment(Token &Token, SourceRange Comment);
1901 virtual bool HandleComment(Preprocessor &PP, SourceRange Comment) = 0;
/NextBSD/contrib/llvm/tools/clang/lib/Frontend/
HDVerifyDiagnosticConsumer.cpp522 bool VerifyDiagnosticConsumer::HandleComment(Preprocessor &PP, in HandleComment() function in VerifyDiagnosticConsumer
/NextBSD/contrib/llvm/tools/clang/lib/Parse/
HDParser.cpp36 bool HandleComment(Preprocessor &PP, SourceRange Comment) override { in HandleComment() function in __anonb73fb24a0111::ActionCommentHandler