Lines Matching refs:Preprocessor
22 #include "clang/Lex/Preprocessor.h"
38 PTHLexer::PTHLexer(Preprocessor &PP, FileID FID, const unsigned char *D,
105 Preprocessor *PPCache = PP;
137 // If we hit the end of the file while parsing a preprocessor directive,
138 // end the preprocessor directive first. The next token returned will
155 // Finally, let the preprocessor handle this.
170 // We assume that if the preprocessor wishes to discard to the end of
171 // the line that it also means to end the current preprocessor directive.
194 /// SkipBlock - Used by Preprocessor to skip the current conditional block.
611 assert(PP && "No preprocessor set yet!");