Searched refs:LanguageFeatureControl (Results 1 – 12 of 12) sorted by relevance
39 class LanguageFeatureControl {41 LanguageFeatureControl() { in LanguageFeatureControl() function56 LanguageFeatureControl(const LanguageFeatureControl &) = default;
38 common::LanguageFeatureControl features) in UserState()42 const common::LanguageFeatureControl &features() const { return features_; } in features()105 common::LanguageFeatureControl features_;
33 common::LanguageFeatureControl features;
15 std::vector<const char *> LanguageFeatureControl::GetNames( in GetNames()46 std::vector<const char *> LanguageFeatureControl::GetNames( in GetNames()
67 const common::LanguageFeatureControl &, parser::AllCookedSources &);73 const common::LanguageFeatureControl &languageFeatures() const { in languageFeatures()243 const common::LanguageFeatureControl languageFeatures_;
37 common::LanguageFeatureControl);192 common::LanguageFeatureControl features_;
214 UserState userState{allCooked_, common::LanguageFeatureControl{}}; in DumpCookedChars()
29 Preprocessor &preprocessor, common::LanguageFeatureControl lfc) in Prescanner()
270 common::LanguageFeatureControl features;
47 bool Distinguishable(const common::LanguageFeatureControl &, const Procedure &,50 bool DistinguishableOpOrAssign(const common::LanguageFeatureControl &,
1101 explicit DistinguishUtils(const common::LanguageFeatureControl &features) in DistinguishUtils()1144 const common::LanguageFeatureControl &features_;1410 bool Distinguishable(const common::LanguageFeatureControl &features, in Distinguishable()1415 bool DistinguishableOpOrAssign(const common::LanguageFeatureControl &features, in DistinguishableOpOrAssign()
286 const common::LanguageFeatureControl &languageFeatures, in SemanticsContext()