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

  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/MC/MCParser/
MCAsmLexer.h 34 virtual void HandleComment(SMLoc Loc, StringRef CommentText) = 0;
  /external/clang/include/clang/Frontend/
VerifyDiagnosticConsumer.h 257 /// File has been processed via HandleComment.
270 bool HandleComment(Preprocessor &PP, SourceRange Comment) override;
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/MCParser/
AsmLexer.cpp 190 CommentConsumer->HandleComment(
218 CommentConsumer->HandleComment(
  /external/clang/unittests/Tooling/
CommentHandlerTest.cpp 37 bool HandleComment(Preprocessor &PP, SourceRange Loc) override {
  /external/clang/lib/Lex/
Preprocessor.cpp     [all...]
Lexer.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-mca/
llvm-mca.cpp 208 void HandleComment(SMLoc Loc, StringRef CommentText) override {
  /external/clang/include/clang/Lex/
Preprocessor.h     [all...]
  /external/clang/lib/Frontend/
VerifyDiagnosticConsumer.cpp 518 /// HandleComment - Hook into the preprocessor and extract comments containing
520 bool VerifyDiagnosticConsumer::HandleComment(Preprocessor &PP,
  /external/clang/lib/Parse/
Parser.cpp 36 bool HandleComment(Preprocessor &PP, SourceRange Comment) override {
    [all...]

Completed in 7250 milliseconds