Home
last modified time | relevance | path

Searched defs:ReadMacros (Results 1 – 4 of 4) sorted by relevance

/freebsd-src/contrib/llvm-project/clang/lib/Frontend/
H A DFrontendActions.cpp690 ReadPreprocessorOptions(const PreprocessorOptions & PPOpts,bool ReadMacros,bool Complain,std::string & SuggestedPredefines) ReadPreprocessorOptions() argument
H A DASTUnit.cpp589 ReadPreprocessorOptions(const PreprocessorOptions & PPOpts,bool ReadMacros,bool Complain,std::string & SuggestedPredefines) ReadPreprocessorOptions() argument
/freebsd-src/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp822 PPOpts, ExistingPPOpts, ReadMacros, Complain ? &Reader.Diags : nullptr, in ReadPreprocessorOptions() argument
211 ReadPreprocessorOptions(const PreprocessorOptions & PPOpts,bool ReadMacros,bool Complain,std::string & SuggestedPredefines) ReadPreprocessorOptions() argument
662 checkPreprocessorOptions(const PreprocessorOptions & PPOpts,const PreprocessorOptions & ExistingPPOpts,bool ReadMacros,DiagnosticsEngine * Diags,FileManager & FileMgr,std::string & SuggestedPredefines,const LangOptions & LangOpts,OptionValidation Validation=OptionValidateContradictions) checkPreprocessorOptions() argument
812 ReadPreprocessorOptions(const PreprocessorOptions & PPOpts,bool ReadMacros,bool Complain,std::string & SuggestedPredefines) ReadPreprocessorOptions() argument
5385 ReadPreprocessorOptions(const PreprocessorOptions & PPOpts,bool ReadMacros,bool Complain,std::string & SuggestedPredefines) ReadPreprocessorOptions() argument
6173 bool ReadMacros = Record[Idx++]; ParsePreprocessorOptions() local
[all...]
/freebsd-src/contrib/llvm-project/clang/include/clang/Serialization/
H A DASTReader.h203 bool ReadMacros, bool Complain, in ReadPreprocessorOptions() argument