Home
last modified time | relevance | path

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

/external/llvm-project/flang/include/flang/Common/
DFortran-features.h36 class LanguageFeatureControl {
38 LanguageFeatureControl() { in LanguageFeatureControl() function
51 LanguageFeatureControl(const LanguageFeatureControl &) = default;
/external/llvm-project/flang/include/flang/Parser/
Duser-state.h38 common::LanguageFeatureControl features) in UserState()
42 const common::LanguageFeatureControl &features() const { return features_; } in features()
105 common::LanguageFeatureControl features_;
Dparsing.h33 common::LanguageFeatureControl features;
/external/llvm-project/flang/lib/Common/
DFortran-features.cpp15 std::vector<const char *> LanguageFeatureControl::GetNames( in GetNames()
46 std::vector<const char *> LanguageFeatureControl::GetNames( in GetNames()
/external/llvm-project/flang/include/flang/Semantics/
Dsemantics.h63 const common::LanguageFeatureControl &, parser::AllCookedSources &);
69 const common::LanguageFeatureControl &languageFeatures() const { in languageFeatures()
181 const common::LanguageFeatureControl languageFeatures_;
/external/llvm-project/flang/lib/Parser/
Dprescan.h37 common::LanguageFeatureControl);
191 common::LanguageFeatureControl features_;
Dparsing.cpp95 UserState userState{allCooked_, common::LanguageFeatureControl{}}; in DumpCookedChars()
Dprescan.cpp29 Preprocessor &preprocessor, common::LanguageFeatureControl lfc) in Prescanner()
/external/llvm-project/flang/lib/Semantics/
Dsemantics.cpp183 const common::LanguageFeatureControl &languageFeatures, in SemanticsContext()