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

  /external/clang/unittests/Tooling/
CommentHandlerTest.cpp 37 virtual bool HandleComment(Preprocessor &PP, SourceRange Loc) {
  /external/clang/lib/Lex/
Preprocessor.cpp 800 bool Preprocessor::HandleComment(Token &result, SourceRange Comment) {
805 if ((*H)->HandleComment(*this, Comment))
  /external/clang/lib/Frontend/
VerifyDiagnosticConsumer.cpp 452 /// HandleComment - Hook into the preprocessor and extract comments containing
454 bool VerifyDiagnosticConsumer::HandleComment(Preprocessor &PP,
  /external/clang/lib/Parse/
Parser.cpp 36 virtual bool HandleComment(Preprocessor &PP, SourceRange Comment) {
    [all...]

Completed in 40 milliseconds