Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/include/clang/Frontend/
H A DVerifyDiagnosticConsumer.h270 bool HandleComment(Preprocessor &PP, SourceRange Comment) override;
/minix3/external/bsd/llvm/dist/clang/unittests/Tooling/
H A DCommentHandlerTest.cpp37 virtual bool HandleComment(Preprocessor &PP, SourceRange Loc) { in HandleComment() function in clang::CommentHandlerVisitor
/minix3/external/bsd/llvm/dist/clang/lib/Lex/
H A DPreprocessor.cpp834 bool Preprocessor::HandleComment(Token &result, SourceRange Comment) { in HandleComment() function in Preprocessor
839 if ((*H)->HandleComment(*this, Comment)) in HandleComment()
H A DLexer.cpp2121 PP->HandleComment(Result, SourceRange(getSourceLocation(BufferPtr), in SkipLineComment()
2393 PP->HandleComment(Result, SourceRange(getSourceLocation(BufferPtr), in SkipBlockComment()
/minix3/external/bsd/llvm/dist/clang/include/clang/Lex/
H A DPreprocessor.h1608 bool HandleComment(Token &Token, SourceRange Comment);
1623 virtual bool HandleComment(Preprocessor &PP, SourceRange Comment) = 0;
/minix3/external/bsd/llvm/dist/clang/lib/Frontend/
H A DVerifyDiagnosticConsumer.cpp522 bool VerifyDiagnosticConsumer::HandleComment(Preprocessor &PP, in HandleComment() function in VerifyDiagnosticConsumer
/minix3/external/bsd/llvm/dist/clang/lib/Parse/
H A DParser.cpp36 bool HandleComment(Preprocessor &PP, SourceRange Comment) override { in HandleComment() function in __anon96edab040111::ActionCommentHandler