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

  /external/clang/include/clang/Frontend/
VerifyDiagnosticConsumer.h 240 /// File has been processed via HandleComment.
253 virtual bool HandleComment(Preprocessor &PP, SourceRange Comment);
  /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))
Lexer.cpp     [all...]
  /external/clang/include/clang/Lex/
Preprocessor.h     [all...]
  /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 117 milliseconds