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

/external/clang/lib/Frontend/
H A DVerifyDiagnosticConsumer.cpp518 /// HandleComment - Hook into the preprocessor and extract comments containing
520 bool VerifyDiagnosticConsumer::HandleComment(Preprocessor &PP, function in class:VerifyDiagnosticConsumer
/external/clang/lib/Lex/
H A DPreprocessor.cpp890 bool Preprocessor::HandleComment(Token &result, SourceRange Comment) { function in class:Preprocessor
895 if ((*H)->HandleComment(*this, Comment))

Completed in 96 milliseconds