Home
last modified time | relevance | path

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

/external/llvm-project/flang/lib/Semantics/
Dresolve-labels.cpp290 bool Pre(const parser::SelectTypeConstruct &selectTypeConstruct) { in Pre() argument
291 return PushConstructName(selectTypeConstruct); in Pre()
327 void Post(const parser::SelectTypeConstruct &selectTypeConstruct) { in Post() argument
328 PopConstructName(selectTypeConstruct); in Post()
624 const parser::SelectTypeConstruct &selectTypeConstruct) { in PopConstructName() argument
627 "SELECT TYPE", selectTypeConstruct); in PopConstructName()
629 PopConstructNameIfPresent(selectTypeConstruct); in PopConstructName()