HomeSort by relevance Sort by last modified time
    Searched full:initializepreprocessor (Results 1 - 4 of 4) sorted by null

  /external/clang/include/clang/Frontend/
Utils.h 58 /// InitializePreprocessor - Initialize the preprocessor getting it and the
60 void InitializePreprocessor(Preprocessor &PP,
  /external/clang/include/clang/Lex/
PreprocessorOptions.h 43 /// used in preprocessor initialization to InitializePreprocessor().
  /external/clang/lib/Frontend/
InitPreprocessor.cpp 10 // This file implements the clang::InitializePreprocessor function.
722 /// InitializePreprocessor - Initialize the preprocessor getting it and the
725 void clang::InitializePreprocessor(Preprocessor &PP,
    [all...]
CompilerInstance.cpp 241 InitializePreprocessor(*PP, PPOpts, getHeaderSearchOpts(), getFrontendOpts());
    [all...]

Completed in 107 milliseconds