Searched refs:HasKey (Results 1 – 3 of 3) sorted by relevance
249 if (key && options_dict.HasKey(key)) { in CreateFromStructuredData()259 if (key && options_dict.HasKey(key)) { in CreateFromStructuredData()269 if (key && options_dict.HasKey(key)) { in CreateFromStructuredData()279 if (key && options_dict.HasKey(key)) { in CreateFromStructuredData()289 if (key && options_dict.HasKey(key)) { in CreateFromStructuredData()
52 success = options_dict.HasKey(GetKey(OptionNames::ModuleName)); in CreateFromStructuredData()
488 bool HasKey(llvm::StringRef key) const { in HasKey() function