Home
last modified time | relevance | path

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

/external/llvm-project/flang/include/flang/Parser/
Dparse-tree.h3216 struct IgnoreTKR { struct
3217 TUPLE_CLASS_BOILERPLATE(IgnoreTKR);
3225 std::variant<std::list<IgnoreTKR>, std::list<NameValue>> u;
Ddump-parse-tree.h185 NODE(CompilerDirective, IgnoreTKR) in NODE()
/external/llvm-project/flang/lib/Parser/
DFortran-parsers.cpp1176 "DIR$ IGNORE_TKR" >> optionalList(construct<CompilerDirective::IgnoreTKR>(
Dunparse.cpp1760 [&](const std::list<CompilerDirective::IgnoreTKR> &tkr) { in Unparse()
1771 void Unparse(const CompilerDirective::IgnoreTKR &x) { in Unparse()