Searched defs:ExistingLangOpts (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/Serialization/
H A DASTReader.cpp161 const LangOptions &ExistingLangOpts,
164 if (ExistingLangOpts.Name != LangOpts.Name) { \
167 << Description << LangOpts.Name << ExistingLangOpts.Name; \
172 if (ExistingLangOpts.Name != LangOpts.Name) { \
180 if (ExistingLangOpts.get##Name() != LangOpts.get##Name()) { \
191 if (ExistingLangOpts.ObjCRuntime != LangOpts.ObjCRuntime) {
198 if (ExistingLangOpts.CommentOpts.BlockCommandNames !=
282 const LangOptions &ExistingLangOpts = PP.getLangOpts(); local
283 return checkLanguageOptions(LangOpts, ExistingLangOpts,
3993 const LangOptions &ExistingLangOpts; member in class:__anon18122::SimplePCHValidator
160 checkLanguageOptions(const LangOptions &LangOpts, const LangOptions &ExistingLangOpts, DiagnosticsEngine *Diags) argument
3999 SimplePCHValidator(const LangOptions &ExistingLangOpts, const TargetOptions &ExistingTargetOpts, const PreprocessorOptions &ExistingPPOpts, FileManager &FileMgr) argument
[all...]

Completed in 42 milliseconds