/external/llvm-project/llvm/tools/llvm-mca/ |
D | CodeRegionGenerator.cpp | 38 void HandleComment(SMLoc Loc, StringRef CommentText) override; 75 void MCACommentConsumer::HandleComment(SMLoc Loc, StringRef CommentText) { in HandleComment() function in llvm::mca::MCACommentConsumer
|
/external/llvm-project/clang-tools-extra/clang-include-fixer/find-all-symbols/ |
D | PragmaCommentHandler.h | 31 bool HandleComment(Preprocessor &PP, SourceRange Range) override;
|
D | PragmaCommentHandler.cpp | 21 bool PragmaCommentHandler::HandleComment(Preprocessor &PP, SourceRange Range) { in HandleComment() function in clang::find_all_symbols::PragmaCommentHandler
|
/external/llvm-project/clang-tools-extra/clang-tidy/google/ |
D | TodoCommentCheck.cpp | 24 bool HandleComment(Preprocessor &PP, SourceRange Range) override { in HandleComment() function in clang::tidy::google::readability::TodoCommentCheck::TodoCommentHandler
|
/external/llvm-project/llvm/include/llvm/Analysis/ |
D | CFGPrinter.h | 156 HandleComment = eraseComment) { 182 HandleComment(OutStr, i, Idx);
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/MCParser/ |
D | MCAsmLexer.h | 33 virtual void HandleComment(SMLoc Loc, StringRef CommentText) = 0;
|
/external/llvm-project/llvm/include/llvm/MC/MCParser/ |
D | MCAsmLexer.h | 33 virtual void HandleComment(SMLoc Loc, StringRef CommentText) = 0;
|
/external/llvm-project/clang/lib/CodeGen/ |
D | CoverageMappingGen.h | 71 bool HandleComment(Preprocessor &PP, SourceRange Range) override;
|
D | CoverageMappingGen.cpp | 81 bool CoverageSourceInfo::HandleComment(Preprocessor &PP, SourceRange Range) { in HandleComment() function in CoverageSourceInfo
|
/external/clang/include/clang/Frontend/ |
D | VerifyDiagnosticConsumer.h | 270 bool HandleComment(Preprocessor &PP, SourceRange Comment) override;
|
/external/llvm-project/clang-tools-extra/clangd/index/ |
D | CanonicalIncludes.cpp | 68 bool HandleComment(Preprocessor &PP, SourceRange Range) override { in collectIWYUHeaderMaps() function in clang::clangd::collectIWYUHeaderMaps::PragmaCommentHandler
|
/external/llvm-project/clang/include/clang/Frontend/ |
D | VerifyDiagnosticConsumer.h | 323 bool HandleComment(Preprocessor &PP, SourceRange Comment) override;
|
/external/llvm-project/llvm/tools/llvm-exegesis/lib/ |
D | SnippetFile.cpp | 44 void HandleComment(SMLoc Loc, StringRef CommentText) override { in HandleComment() function in llvm::exegesis::__anon177e457e0111::BenchmarkCodeStreamer
|
/external/clang/unittests/Tooling/ |
D | CommentHandlerTest.cpp | 37 bool HandleComment(Preprocessor &PP, SourceRange Loc) override { in HandleComment() function in clang::CommentHandlerVisitor
|
/external/llvm-project/clang/unittests/Tooling/ |
D | CommentHandlerTest.cpp | 36 bool HandleComment(Preprocessor &PP, SourceRange Loc) override { in HandleComment() function in clang::CommentHandlerVisitor
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/MC/MCParser/ |
D | AsmLexer.cpp | 191 CommentConsumer->HandleComment( in LexSlash() 219 CommentConsumer->HandleComment( in LexLineComment()
|
/external/llvm-project/llvm/lib/MC/MCParser/ |
D | AsmLexer.cpp | 200 CommentConsumer->HandleComment( in LexSlash() 228 CommentConsumer->HandleComment( in LexLineComment()
|
/external/clang/lib/Lex/ |
D | Preprocessor.cpp | 890 bool Preprocessor::HandleComment(Token &result, SourceRange Comment) { in HandleComment() function in Preprocessor 895 if ((*H)->HandleComment(*this, Comment)) in HandleComment()
|
D | Lexer.cpp | 2147 PP->HandleComment(Result, SourceRange(getSourceLocation(BufferPtr), in SkipLineComment() 2419 PP->HandleComment(Result, SourceRange(getSourceLocation(BufferPtr), in SkipBlockComment()
|
/external/llvm-project/clang/lib/Lex/ |
D | Preprocessor.cpp | 1400 bool Preprocessor::HandleComment(Token &result, SourceRange Comment) { in HandleComment() function in Preprocessor 1405 if ((*H)->HandleComment(*this, Comment)) in HandleComment()
|
D | Lexer.cpp | 2377 PP->HandleComment(Result, SourceRange(getSourceLocation(BufferPtr), in SkipLineComment() 2649 PP->HandleComment(Result, SourceRange(getSourceLocation(BufferPtr), in SkipBlockComment()
|
/external/clang/include/clang/Lex/ |
D | Preprocessor.h | 1936 bool HandleComment(Token &Token, SourceRange Comment); 1951 virtual bool HandleComment(Preprocessor &PP, SourceRange Comment) = 0;
|
/external/llvm-project/clang/include/clang/Lex/ |
D | Preprocessor.h | 2375 bool HandleComment(Token &result, SourceRange Comment); 2399 virtual bool HandleComment(Preprocessor &PP, SourceRange Comment) = 0;
|
/external/clang/lib/Frontend/ |
D | VerifyDiagnosticConsumer.cpp | 520 bool VerifyDiagnosticConsumer::HandleComment(Preprocessor &PP, in HandleComment() function in VerifyDiagnosticConsumer
|
/external/llvm-project/clang/lib/Frontend/ |
D | VerifyDiagnosticConsumer.cpp | 765 bool VerifyDiagnosticConsumer::HandleComment(Preprocessor &PP, in HandleComment() function in VerifyDiagnosticConsumer
|