Searched refs:ompExecutableDirective (Results 1 – 3 of 3) sorted by relevance
531 REGISTER_MATCHER(ompExecutableDirective); in RegistryMaps()
1092 ompExecutableDirective; variable
8603 /// ``ompExecutableDirective()`` matches ``omp parallel``, in AST_MATCHER_P() 8606 ompExecutableDirective; in AST_MATCHER_P() 8619 /// ``ompExecutableDirective(isStandaloneDirective()))`` matches8639 /// ``ompExecutableDirective(hasStructuredBlock(nullStmt()))`` will match ``;``8656 /// ``ompExecutableDirective(hasAnyClause(anything()))`` matches8766 /// `ompExecutableDirective(isAllowedToContainClause(OMPC_default))`` matches