Home | History | Annotate | Download | only in translation_unit

Lines Matching refs:preprocessor

28 #include "clang/Lex/Preprocessor.h"
44 // Set of preprocessor callbacks used to record files included.
212 // Runs the preprocessor over the translation unit.
236 clang::Preprocessor& preprocessor = getCompilerInstance().getPreprocessor();
237 preprocessor.addPPCallbacks(llvm::make_unique<IncludeFinderPPCallbacks>(
242 preprocessor.getDiagnostics().setIgnoreAllWarnings(true);
243 preprocessor.SetSuppressIncludeNotFoundError(true);
244 preprocessor.EnterMainSourceFile();
247 preprocessor.Lex(token);