HomeSort by relevance Sort by last modified time
    Searched defs:HandleComment (Results 1 - 3 of 3) sorted by null

  /external/clang/unittests/Tooling/
CommentHandlerTest.cpp 37 virtual bool HandleComment(Preprocessor &PP, SourceRange Loc) {
  /external/clang/lib/Lex/
Preprocessor.cpp 808 bool Preprocessor::HandleComment(Token &result, SourceRange Comment) {
813 if ((*H)->HandleComment(*this, Comment))
  /external/clang/lib/Frontend/
VerifyDiagnosticConsumer.cpp 523 /// HandleComment - Hook into the preprocessor and extract comments containing
525 bool VerifyDiagnosticConsumer::HandleComment(Preprocessor &PP,

Completed in 184 milliseconds