Home | History | Annotate | Download | only in Frontend

Lines Matching refs:Preprocessor

30 #include "clang/Lex/Preprocessor.h"
275 void ASTUnit::setPreprocessor(Preprocessor *pp) { PP = pp; }
508 /// a Preprocessor.
510 Preprocessor &PP;
519 ASTInfoCollector(Preprocessor &PP, ASTContext &Context, LangOptions &LangOpt,
569 // Initialize the preprocessor.
593 const Preprocessor *PP = 0) {
761 // Gather Info for preprocessor construction later on.
768 AST->PP = new Preprocessor(new PreprocessorOptions(),
775 Preprocessor &PP = *AST->PP;
852 /// \brief Preprocessor callback class that updates a hash value with the names
1004 const Preprocessor &PP, StringRef isysroot,
1708 // Steal the created target, context, and preprocessor.
1896 // Steal the created target, context, and preprocessor.