Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/include/flang/Parser/
H A Dparse-tree.h1103 struct WithInterface { struct
1105 WithInterface(Name &&n, std::list<BindAttr> &&as, std::list<Name> &&bs) in WithInterface() function
1108 Name interfaceName;
1109 std::list<BindAttr> attributes;
1110 std::list<Name> bindingNames;