Home
last modified time | relevance | path

Searched refs:IsNonstandardOk (Results 1 – 2 of 2) sorted by relevance

/external/llvm-project/flang/lib/Parser/
Dtoken-parsers.h297 !state.IsNonstandardOk( in Parse()
334 !state.IsNonstandardOk(LanguageFeature::BOZExtensions, in Parse()
636 state.IsNonstandardOk( in Parse()
/external/llvm-project/flang/include/flang/Parser/
Dparse-state.h159 bool IsNonstandardOk(LanguageFeature lf, const MessageFixedText &msg) { in IsNonstandardOk() function