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

/external/clang/unittests/Tooling/
H A DCommentHandlerTest.cpp37 virtual bool HandleComment(Preprocessor &PP, SourceRange Loc) { function in class:clang::CommentHandlerVisitor
/external/clang/lib/Frontend/
H A DVerifyDiagnosticConsumer.cpp479 /// HandleComment - Hook into the preprocessor and extract comments containing
481 bool VerifyDiagnosticConsumer::HandleComment(Preprocessor &PP, function in class:VerifyDiagnosticConsumer
/external/clang/lib/Lex/
H A DPreprocessor.cpp802 bool Preprocessor::HandleComment(Token &result, SourceRange Comment) { function in class:Preprocessor
807 if ((*H)->HandleComment(*this, Comment))
/external/clang/lib/Parse/
H A DParser.cpp36 virtual bool HandleComment(Preprocessor &PP, SourceRange Comment) { function in class:__anon15303::ActionCommentHandler

Completed in 70 milliseconds