Home | History | Annotate | Download | only in Frontend

Lines Matching full:preprocessor

20 #include "clang/Lex/Preprocessor.h"
61 /// \brief Hook into the preprocessor and update the list of parsed
62 /// files when the preprocessor indicates a new file is entered.
76 const Preprocessor *PP) {
83 const_cast<Preprocessor*>(PP)->addCommentHandler(this);
87 const_cast<Preprocessor*>(PP)->addPPCallbacks(V);
92 assert((!PP || CurrentPreprocessor == PP) && "Preprocessor changed!");
103 const_cast<Preprocessor*>(CurrentPreprocessor)->removeCommentHandler(this);
452 /// HandleComment - Hook into the preprocessor and extract comments containing
454 bool VerifyDiagnosticConsumer::HandleComment(Preprocessor &PP,
505 /// Preprocessor, directives inside skipped #if blocks will still be found.