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

  /external/clang/include/clang/Serialization/
ASTReader.h 174 virtual bool ReadPreprocessorOptions(const PreprocessorOptions &PPOpts,
246 bool ReadPreprocessorOptions(const PreprocessorOptions &PPOpts,
277 bool ReadPreprocessorOptions(const PreprocessorOptions &PPOpts, bool Complain,
    [all...]
  /external/clang/lib/Serialization/
ASTReader.cpp 123 bool ChainedASTReaderListener::ReadPreprocessorOptions(
126 return First->ReadPreprocessorOptions(PPOpts, Complain,
128 Second->ReadPreprocessorOptions(PPOpts, Complain, SuggestedPredefines);
609 bool PCHValidator::ReadPreprocessorOptions(const PreprocessorOptions &PPOpts,
    [all...]

Completed in 54 milliseconds