Lines Matching defs:ompConstruct
364 extractOmpDirective(const parser::OpenMPConstruct &ompConstruct) {
437 ompConstruct.u);
473 [&](const parser::OpenMPBlockConstruct &ompConstruct) {
475 std::get<parser::OmpBeginBlockDirective>(ompConstruct.t);
479 std::get<parser::OmpEndBlockDirective>(ompConstruct.t).t);
481 [&](const parser::OpenMPLoopConstruct &ompConstruct) {
483 std::get<parser::OmpBeginLoopDirective>(ompConstruct.t);
489 ompConstruct.t))
3496 const parser::OpenMPConstruct &ompConstruct) {
3499 ompConstruct.u);