Home
last modified time | relevance | path

Searched refs:CheckMatching (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/flang/lib/Semantics/
H A Dcheck-acc-structure.cpp101 CheckMatching(beginAccBlockDir, endBlockDir.v); in Enter()
177 CheckMatching<parser::AccCombinedDirective>(combinedDir, endCombinedDir->v); in Enter()
H A Dcheck-directive-structure.h319 template <typename B> void CheckMatching(const B &beginDir, const B &endDir) { in CheckMatching() function
H A Dcheck-omp-structure.cpp385 CheckMatching<parser::OmpLoopDirective>(beginDir, endDir); in Enter()
745 CheckMatching<parser::OmpBlockDirective>(beginDir, endDir); in Enter()
917 CheckMatching<parser::OmpSectionsDirective>(beginDir, endDir); in Enter()