Searched refs:ReadLanguageOptions (Results 1 – 4 of 4) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Serialization/ |
H A D | ASTReader.h | 132 virtual bool ReadLanguageOptions(const LangOptions &LangOpts, in ReadLanguageOptions() function 247 bool ReadLanguageOptions(const LangOptions &LangOpts, bool Complain, 284 bool ReadLanguageOptions(const LangOptions &LangOpts, bool Complain,
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/ |
H A D | FrontendActions.cpp | 540 bool ReadLanguageOptions(const LangOptions &LangOpts, bool Complain, in ReadLanguageOptions() function in __anona3a54d250411::DumpModuleInfoListener
|
H A D | ASTUnit.cpp | 538 bool ReadLanguageOptions(const LangOptions &LangOpts, bool Complain, in ReadLanguageOptions() function in __anonc715c21c0211::ASTInfoCollector
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/ |
H A D | ASTReader.cpp | 167 ChainedASTReaderListener::ReadLanguageOptions(const LangOptions &LangOpts, in ReadLanguageOptions() function in ChainedASTReaderListener 170 return First->ReadLanguageOptions(LangOpts, Complain, in ReadLanguageOptions() 172 Second->ReadLanguageOptions(LangOpts, Complain, in ReadLanguageOptions() 438 PCHValidator::ReadLanguageOptions(const LangOptions &LangOpts, in ReadLanguageOptions() function in PCHValidator 5129 bool ReadLanguageOptions(const LangOptions &LangOpts, bool Complain, in ReadLanguageOptions() function in __anon22a59e6d0a11::SimplePCHValidator 5779 return Listener.ReadLanguageOptions(LangOpts, Complain, in ParseLanguageOptions()
|