Searched defs:CompilerDirective (Results 1 – 5 of 5) sorted by relevance
85 CompilerDirective, enumerator
53 bool Pre(parser::CompilerDirective &) { return false; } in Pre()
199 ProgramTree ProgramTree::Build(const parser::CompilerDirective &) { in Build()
3235 struct CompilerDirective { struct3237 struct IgnoreTKR {3241 struct NameValue {3245 CharBlock source;3246 std::variant<std::list<IgnoreTKR>, std::list<NameValue>> u;
1619 void genFIR(const Fortran::parser::CompilerDirective &) { in genFIR()