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

/external/clang/include/clang/Frontend/
H A DVerifyDiagnosticConsumer.h256 /// File has been processed via HandleComment.
269 bool HandleComment(Preprocessor &PP, SourceRange Comment) override;
/external/clang/unittests/Tooling/
H A DCommentHandlerTest.cpp37 virtual bool HandleComment(Preprocessor &PP, SourceRange Loc) { function in class:clang::CommentHandlerVisitor
/external/clang/lib/Lex/
H A DPreprocessor.cpp808 bool Preprocessor::HandleComment(Token &result, SourceRange Comment) { function in class:Preprocessor
813 if ((*H)->HandleComment(*this, Comment))
H A DLexer.cpp2118 PP->HandleComment(Result, SourceRange(getSourceLocation(BufferPtr),
2390 PP->HandleComment(Result, SourceRange(getSourceLocation(BufferPtr),
/external/clang/include/clang/Lex/
H A DPreprocessor.h1563 bool HandleComment(Token &Token, SourceRange Comment);
1578 virtual bool HandleComment(Preprocessor &PP, SourceRange Comment) = 0;
/external/clang/lib/Frontend/
H A DVerifyDiagnosticConsumer.cpp523 /// HandleComment - Hook into the preprocessor and extract comments containing
525 bool VerifyDiagnosticConsumer::HandleComment(Preprocessor &PP, function in class:VerifyDiagnosticConsumer
/external/clang/lib/Parse/
H A DParser.cpp36 bool HandleComment(Preprocessor &PP, SourceRange Comment) override {

Completed in 357 milliseconds