Home
last modified time | relevance | path

Searched refs:LanguageFeatureControl (Results 1 – 12 of 12) sorted by relevance

/llvm-project-15.0.7/flang/include/flang/Common/
H A DFortran-features.h39 class LanguageFeatureControl {
41 LanguageFeatureControl() { in LanguageFeatureControl() function
56 LanguageFeatureControl(const LanguageFeatureControl &) = default;
/llvm-project-15.0.7/flang/include/flang/Parser/
H A Duser-state.h38 common::LanguageFeatureControl features) in UserState()
42 const common::LanguageFeatureControl &features() const { return features_; } in features()
105 common::LanguageFeatureControl features_;
H A Dparsing.h33 common::LanguageFeatureControl features;
/llvm-project-15.0.7/flang/lib/Common/
H A DFortran-features.cpp15 std::vector<const char *> LanguageFeatureControl::GetNames( in GetNames()
46 std::vector<const char *> LanguageFeatureControl::GetNames( in GetNames()
/llvm-project-15.0.7/flang/include/flang/Semantics/
H A Dsemantics.h67 const common::LanguageFeatureControl &, parser::AllCookedSources &);
73 const common::LanguageFeatureControl &languageFeatures() const { in languageFeatures()
243 const common::LanguageFeatureControl languageFeatures_;
/llvm-project-15.0.7/flang/lib/Parser/
H A Dprescan.h37 common::LanguageFeatureControl);
192 common::LanguageFeatureControl features_;
H A Dparsing.cpp214 UserState userState{allCooked_, common::LanguageFeatureControl{}}; in DumpCookedChars()
H A Dprescan.cpp29 Preprocessor &preprocessor, common::LanguageFeatureControl lfc) in Prescanner()
/llvm-project-15.0.7/flang/include/flang/Frontend/
H A DFrontendOptions.h270 common::LanguageFeatureControl features;
/llvm-project-15.0.7/flang/include/flang/Evaluate/
H A Dcharacteristics.h47 bool Distinguishable(const common::LanguageFeatureControl &, const Procedure &,
50 bool DistinguishableOpOrAssign(const common::LanguageFeatureControl &,
/llvm-project-15.0.7/flang/lib/Evaluate/
H A Dcharacteristics.cpp1101 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()
/llvm-project-15.0.7/flang/lib/Semantics/
H A Dsemantics.cpp286 const common::LanguageFeatureControl &languageFeatures, in SemanticsContext()