HomeSort by: relevance | last modified time | path
    Searched refs:ReadPreprocessorOptions (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/Serialization/
ASTReader.h 184 virtual bool ReadPreprocessorOptions(const PreprocessorOptions &PPOpts,
259 bool ReadPreprocessorOptions(const PreprocessorOptions &PPOpts,
290 bool ReadPreprocessorOptions(const PreprocessorOptions &PPOpts, bool Complain,
311 bool ReadPreprocessorOptions(const PreprocessorOptions &PPOpts, bool Complain,
  /src/external/apache2/llvm/dist/clang/lib/Frontend/
FrontendActions.cpp 619 bool ReadPreprocessorOptions(const PreprocessorOptions &PPOpts,
ASTUnit.cpp 557 bool ReadPreprocessorOptions(const PreprocessorOptions &PPOpts, bool Complain,
  /src/external/apache2/llvm/dist/clang/lib/Serialization/
ASTReader.cpp 207 bool ChainedASTReaderListener::ReadPreprocessorOptions(
210 return First->ReadPreprocessorOptions(PPOpts, Complain,
212 Second->ReadPreprocessorOptions(PPOpts, Complain, SuggestedPredefines);
753 bool PCHValidator::ReadPreprocessorOptions(const PreprocessorOptions &PPOpts,
765 bool SimpleASTReaderListener::ReadPreprocessorOptions(
5149 bool ReadPreprocessorOptions(const PreprocessorOptions &PPOpts,
5900 return Listener.ReadPreprocessorOptions(PPOpts, Complain,

Completed in 40 milliseconds