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

/freebsd-11.0-release/contrib/llvm/tools/clang/include/clang/Frontend/
H A DVerifyDiagnosticConsumer.h257 /// File has been processed via HandleComment.
270 bool HandleComment(Preprocessor &PP, SourceRange Comment) override;
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Lex/
H A DPreprocessor.cpp887 bool Preprocessor::HandleComment(Token &result, SourceRange Comment) { function in class:Preprocessor
892 if ((*H)->HandleComment(*this, Comment))
H A DLexer.cpp2119 PP->HandleComment(Result, SourceRange(getSourceLocation(BufferPtr),
2391 PP->HandleComment(Result, SourceRange(getSourceLocation(BufferPtr),
/freebsd-11.0-release/contrib/llvm/tools/clang/include/clang/Lex/
H A DPreprocessor.h1891 bool HandleComment(Token &Token, SourceRange Comment);
1906 virtual bool HandleComment(Preprocessor &PP, SourceRange Comment) = 0;
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Frontend/
H A DVerifyDiagnosticConsumer.cpp518 /// HandleComment - Hook into the preprocessor and extract comments containing
520 bool VerifyDiagnosticConsumer::HandleComment(Preprocessor &PP, function in class:VerifyDiagnosticConsumer
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Parse/
H A DParser.cpp36 bool HandleComment(Preprocessor &PP, SourceRange Comment) override {

Completed in 96 milliseconds