Searched defs:HandleComment (Results 1 - 3 of 3) 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/Lex/
H A DPreprocessor.cpp808 bool Preprocessor::HandleComment(Token &result, SourceRange Comment) { function in class:Preprocessor
813 if ((*H)->HandleComment(*this, Comment))
/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

Completed in 1066 milliseconds