Home
last modified time | relevance | path

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

/external/llvm-project/flang/include/flang/Parser/
Dparse-tree.h1095 struct WithInterface { struct
1097 WithInterface(Name &&n, std::list<BindAttr> &&as, std::list<Name> &&bs) in WithInterface() function
1100 Name interfaceName;
1101 std::list<BindAttr> attributes;
1102 std::list<Name> bindingNames;