Home
last modified time | relevance | path

Searched refs:InitializePreprocessor (Results 1 – 3 of 3) sorted by relevance

/external/clang/include/clang/Frontend/
DUtils.h64 void InitializePreprocessor(Preprocessor &PP,
/external/clang/lib/Frontend/
DInitPreprocessor.cpp892 void clang::InitializePreprocessor(Preprocessor &PP, in InitializePreprocessor() function in clang
DCompilerInstance.cpp324 InitializePreprocessor(*PP, PPOpts, getFrontendOpts()); in createPreprocessor()