Home
last modified time | relevance | path

Searched defs:userState (Results 1 – 2 of 2) sorted by relevance

/llvm-project/flang/lib/Parser/
H A Dparsing.cpp225 UserState userState{allCooked_, common::LanguageFeatureControl{}}; DumpCookedChars() local
242 UserState userState{allCooked_, options_.features}; Parse() local
/llvm-project/flang/include/flang/Parser/
H A Dparse-state.h90 UserState *userState() const { return userState_; } in userState() function