Searched defs:ReadMacros (Results 1 – 4 of 4) sorted by relevance
/llvm-project/clang/lib/Frontend/ |
H A D | FrontendActions.cpp | 720 ReadPreprocessorOptions(const PreprocessorOptions & PPOpts,bool ReadMacros,bool Complain,std::string & SuggestedPredefines) ReadPreprocessorOptions() argument
|
H A D | ASTUnit.cpp | 600 ReadPreprocessorOptions(const PreprocessorOptions & PPOpts,bool ReadMacros,bool Complain,std::string & SuggestedPredefines) ReadPreprocessorOptions() argument
|
/llvm-project/clang/lib/Serialization/ |
H A D | ASTReader.cpp | 216 ReadPreprocessorOptions(const PreprocessorOptions & PPOpts,bool ReadMacros,bool Complain,std::string & SuggestedPredefines) ReadPreprocessorOptions() argument 667 checkPreprocessorOptions(const PreprocessorOptions & PPOpts,const PreprocessorOptions & ExistingPPOpts,bool ReadMacros,DiagnosticsEngine * Diags,FileManager & FileMgr,std::string & SuggestedPredefines,const LangOptions & LangOpts,OptionValidation Validation=OptionValidateContradictions) checkPreprocessorOptions() argument 817 ReadPreprocessorOptions(const PreprocessorOptions & PPOpts,bool ReadMacros,bool Complain,std::string & SuggestedPredefines) ReadPreprocessorOptions() argument 827 ReadPreprocessorOptions(const PreprocessorOptions & PPOpts,bool ReadMacros,bool Complain,std::string & SuggestedPredefines) ReadPreprocessorOptions() argument 5390 ReadPreprocessorOptions(const PreprocessorOptions & PPOpts,bool ReadMacros,bool Complain,std::string & SuggestedPredefines) ReadPreprocessorOptions() argument 6179 bool ReadMacros = Record[Idx++]; ParsePreprocessorOptions() local [all...] |
/llvm-project/clang/include/clang/Serialization/ |
H A D | ASTReader.h | 203 ReadPreprocessorOptions(const PreprocessorOptions & PPOpts,bool ReadMacros,bool Complain,std::string & SuggestedPredefines) ReadPreprocessorOptions() argument
|