Searched defs:SuggestedPredefines (Results 1 – 4 of 4) sorted by relevance
/freebsd-src/contrib/llvm-project/clang/include/clang/Serialization/ |
H A D | ASTReader.h | 204 std::string &SuggestedPredefines) { in ReadPreprocessorOptions() argument 1295 std::string SuggestedPredefines; global() variable [all...] |
/freebsd-src/contrib/llvm-project/clang/lib/Frontend/ |
H A D | FrontendActions.cpp | 691 ReadPreprocessorOptions(const PreprocessorOptions & PPOpts,bool ReadMacros,bool Complain,std::string & SuggestedPredefines) ReadPreprocessorOptions() argument
|
H A D | ASTUnit.cpp | 590 ReadPreprocessorOptions(const PreprocessorOptions & PPOpts,bool ReadMacros,bool Complain,std::string & SuggestedPredefines) ReadPreprocessorOptions() argument
|
/freebsd-src/contrib/llvm-project/clang/lib/Serialization/ |
H A D | ASTReader.cpp | 212 ReadPreprocessorOptions(const PreprocessorOptions & PPOpts,bool ReadMacros,bool Complain,std::string & SuggestedPredefines) ReadPreprocessorOptions() argument 664 checkPreprocessorOptions(const PreprocessorOptions & PPOpts,const PreprocessorOptions & ExistingPPOpts,bool ReadMacros,DiagnosticsEngine * Diags,FileManager & FileMgr,std::string & SuggestedPredefines,const LangOptions & LangOpts,OptionValidation Validation=OptionValidateContradictions) checkPreprocessorOptions() argument 813 ReadPreprocessorOptions(const PreprocessorOptions & PPOpts,bool ReadMacros,bool Complain,std::string & SuggestedPredefines) ReadPreprocessorOptions() argument 823 ReadPreprocessorOptions(const PreprocessorOptions & PPOpts,bool ReadMacros,bool Complain,std::string & SuggestedPredefines) ReadPreprocessorOptions() argument 2716 ReadOptionsBlock(BitstreamCursor & Stream,unsigned ClientLoadCapabilities,bool AllowCompatibleConfigurationMismatch,ASTReaderListener & Listener,std::string & SuggestedPredefines) ReadOptionsBlock() argument 5386 ReadPreprocessorOptions(const PreprocessorOptions & PPOpts,bool ReadMacros,bool Complain,std::string & SuggestedPredefines) ReadPreprocessorOptions() argument 6168 ParsePreprocessorOptions(const RecordData & Record,bool Complain,ASTReaderListener & Listener,std::string & SuggestedPredefines) ParsePreprocessorOptions() argument [all...] |