HomeSort by relevance Sort by last modified time
    Searched refs:ReadPreprocessorOptions (Results 1 - 3 of 3) sorted by null

  /external/clang/include/clang/Serialization/
ASTReader.h 169 virtual bool ReadPreprocessorOptions(const PreprocessorOptions &PPOpts,
236 bool ReadPreprocessorOptions(const PreprocessorOptions &PPOpts,
264 bool ReadPreprocessorOptions(const PreprocessorOptions &PPOpts, bool Complain,
    [all...]
  /external/clang/lib/Frontend/
FrontendActions.cpp 519 bool ReadPreprocessorOptions(const PreprocessorOptions &PPOpts,
  /external/clang/lib/Serialization/
ASTReader.cpp 120 bool ChainedASTReaderListener::ReadPreprocessorOptions(
123 return First->ReadPreprocessorOptions(PPOpts, Complain,
125 Second->ReadPreprocessorOptions(PPOpts, Complain, SuggestedPredefines);
585 bool PCHValidator::ReadPreprocessorOptions(const PreprocessorOptions &PPOpts,
    [all...]

Completed in 95 milliseconds