Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/lib/Parser/
H A Dprescan.h85 CompilerDirective, enumerator
/llvm-project-15.0.7/flang/lib/Semantics/
H A Drewrite-parse-tree.cpp53 bool Pre(parser::CompilerDirective &) { return false; } in Pre()
H A Dprogram-tree.cpp199 ProgramTree ProgramTree::Build(const parser::CompilerDirective &) { in Build()
/llvm-project-15.0.7/flang/include/flang/Parser/
H A Dparse-tree.h3235 struct CompilerDirective { struct
3237 struct IgnoreTKR {
3241 struct NameValue {
3245 CharBlock source;
3246 std::variant<std::list<IgnoreTKR>, std::list<NameValue>> u;
/llvm-project-15.0.7/flang/lib/Lower/
H A DBridge.cpp1619 void genFIR(const Fortran::parser::CompilerDirective &) { in genFIR()