Home
last modified time | relevance | path

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

/external/llvm-project/flang/lib/Semantics/
Dcheck-acc-structure.cpp98 CheckMatching(beginAccBlockDir, endBlockDir.v); in Enter()
152 CheckMatching<parser::AccCombinedDirective>(combinedDir, endCombinedDir->v); in Enter()
Dcheck-omp-structure.cpp68 CheckMatching<parser::OmpLoopDirective>(beginDir, endDir); in Enter()
125 CheckMatching<parser::OmpBlockDirective>(beginDir, endDir); in Enter()
149 CheckMatching<parser::OmpSectionsDirective>(beginDir, endDir); in Enter()
Dcheck-directive-structure.h222 template <typename B> void CheckMatching(const B &beginDir, const B &endDir) { in CheckMatching() function