Searched refs:HandleComment (Results 1 - 6 of 6) sorted by relevance

/freebsd-10.2-release/contrib/llvm/tools/clang/include/clang/Frontend/
H A DVerifyDiagnosticConsumer.h252 /// File has been processed via HandleComment.
265 virtual bool HandleComment(Preprocessor &PP, SourceRange Comment);
/freebsd-10.2-release/contrib/llvm/tools/clang/lib/Lex/
H A DPreprocessor.cpp836 bool Preprocessor::HandleComment(Token &result, SourceRange Comment) { function in class:Preprocessor
841 if ((*H)->HandleComment(*this, Comment))
H A DLexer.cpp2093 PP->HandleComment(Result, SourceRange(getSourceLocation(BufferPtr),
2365 PP->HandleComment(Result, SourceRange(getSourceLocation(BufferPtr),
/freebsd-10.2-release/contrib/llvm/tools/clang/include/clang/Lex/
H A DPreprocessor.h1499 bool HandleComment(Token &Token, SourceRange Comment);
1514 virtual bool HandleComment(Preprocessor &PP, SourceRange Comment) = 0;
/freebsd-10.2-release/contrib/llvm/tools/clang/lib/Frontend/
H A DVerifyDiagnosticConsumer.cpp479 /// HandleComment - Hook into the preprocessor and extract comments containing
481 bool VerifyDiagnosticConsumer::HandleComment(Preprocessor &PP, function in class:VerifyDiagnosticConsumer
/freebsd-10.2-release/contrib/llvm/tools/clang/lib/Parse/
H A DParser.cpp36 virtual bool HandleComment(Preprocessor &PP, SourceRange Comment) { function in class:__anon3333::ActionCommentHandler

Completed in 71 milliseconds