Searched refs:HandleComment (Results 1 – 10 of 10) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/MC/MCParser/ |
D | MCAsmLexer.h | 34 virtual void HandleComment(SMLoc Loc, StringRef CommentText) = 0;
|
/external/clang/include/clang/Frontend/ |
D | VerifyDiagnosticConsumer.h | 270 bool HandleComment(Preprocessor &PP, SourceRange Comment) override;
|
/external/clang/unittests/Tooling/ |
D | CommentHandlerTest.cpp | 37 bool HandleComment(Preprocessor &PP, SourceRange Loc) override { in HandleComment() function in clang::CommentHandlerVisitor
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/MCParser/ |
D | AsmLexer.cpp | 190 CommentConsumer->HandleComment( in LexSlash() 218 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/clang/include/clang/Lex/ |
D | Preprocessor.h | 1936 bool HandleComment(Token &Token, SourceRange Comment); 1951 virtual bool HandleComment(Preprocessor &PP, SourceRange Comment) = 0;
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-mca/ |
D | llvm-mca.cpp | 208 void HandleComment(SMLoc Loc, StringRef CommentText) override { in HandleComment() function in __anon9378f12e0111::MCACommentConsumer
|
/external/clang/lib/Frontend/ |
D | VerifyDiagnosticConsumer.cpp | 520 bool VerifyDiagnosticConsumer::HandleComment(Preprocessor &PP, in HandleComment() function in VerifyDiagnosticConsumer
|
/external/clang/lib/Parse/ |
D | Parser.cpp | 36 bool HandleComment(Preprocessor &PP, SourceRange Comment) override { in HandleComment() function in __anonc51b223c0111::ActionCommentHandler
|