Home
last modified time | relevance | path

Searched refs:HandleComment (Results 1 – 10 of 10) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/MC/MCParser/
DMCAsmLexer.h34 virtual void HandleComment(SMLoc Loc, StringRef CommentText) = 0;
/external/clang/include/clang/Frontend/
DVerifyDiagnosticConsumer.h270 bool HandleComment(Preprocessor &PP, SourceRange Comment) override;
/external/clang/unittests/Tooling/
DCommentHandlerTest.cpp37 bool HandleComment(Preprocessor &PP, SourceRange Loc) override { in HandleComment() function in clang::CommentHandlerVisitor
/external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/MCParser/
DAsmLexer.cpp190 CommentConsumer->HandleComment( in LexSlash()
218 CommentConsumer->HandleComment( in LexLineComment()
/external/clang/lib/Lex/
DPreprocessor.cpp890 bool Preprocessor::HandleComment(Token &result, SourceRange Comment) { in HandleComment() function in Preprocessor
895 if ((*H)->HandleComment(*this, Comment)) in HandleComment()
DLexer.cpp2147 PP->HandleComment(Result, SourceRange(getSourceLocation(BufferPtr), in SkipLineComment()
2419 PP->HandleComment(Result, SourceRange(getSourceLocation(BufferPtr), in SkipBlockComment()
/external/clang/include/clang/Lex/
DPreprocessor.h1936 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/
Dllvm-mca.cpp208 void HandleComment(SMLoc Loc, StringRef CommentText) override { in HandleComment() function in __anon9378f12e0111::MCACommentConsumer
/external/clang/lib/Frontend/
DVerifyDiagnosticConsumer.cpp520 bool VerifyDiagnosticConsumer::HandleComment(Preprocessor &PP, in HandleComment() function in VerifyDiagnosticConsumer
/external/clang/lib/Parse/
DParser.cpp36 bool HandleComment(Preprocessor &PP, SourceRange Comment) override { in HandleComment() function in __anonc51b223c0111::ActionCommentHandler