Home
last modified time | relevance | path

Searched defs:HandleComment (Results 1 – 4 of 4) sorted by relevance

/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
/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