Home
last modified time | relevance | path

Searched refs:parseTree_ (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/flang/include/flang/Parser/
H A Dparsing.h54 std::optional<Program> &parseTree() { return parseTree_; } in parseTree()
80 std::optional<Program> parseTree_; variable
/llvm-project-15.0.7/flang/lib/Parser/
H A Dparsing.cpp237 parseTree_ = program.Parse(parseState); in Parse()