Lines Matching refs:Preprocessor
38 #include "clang/Lex/Preprocessor.h"
859 // Preprocessor Block.
1011 void ASTWriter::WriteControlBlock(Preprocessor &PP, ASTContext &Context,
1165 // Preprocessor options.
1635 const Preprocessor &PP,
1824 // Preprocessor Serialization
1872 const Preprocessor &PP) {
1889 /// preprocessor.
1891 void ASTWriter::WritePreprocessor(const Preprocessor &PP, bool IsModule) {
1898 // If the preprocessor __COUNTER__ value has been bumped, remember it.
1905 // Enter the preprocessor block.
1920 for (Preprocessor::macro_iterator
2041 // Note that we know that the preprocessor does not have any annotation
2100 // Enter the preprocessor block.
2103 // If the preprocessor has a preprocessing record, emit it.
2925 Preprocessor &PP;
3045 ASTIdentifierTableTrait(ASTWriter &Writer, Preprocessor &PP,
3175 void ASTWriter::WriteIdentifierTable(Preprocessor &PP,
3828 Preprocessor &PP = SemaRef.PP;