ΒΆvoid InitializePreprocessor(
    clang::Preprocessor& PP,
    const clang::PreprocessorOptions& PPOpts,
    const clang::PCHContainerReader&
        PCHContainerRdr,
    const clang::FrontendOptions& FEOpts)

Description

InitializePreprocessor - Initialize the preprocessor getting it and the environment ready to process a single file.

Declared at: clang/include/clang/Frontend/Utils.h:49

Parameters

clang::Preprocessor& PP
const clang::PreprocessorOptions& PPOpts
const clang::PCHContainerReader& PCHContainerRdr
const clang::FrontendOptions& FEOpts