Home
last modified time | relevance | path

Searched refs:EndOpenMPClause (Results 1 – 4 of 4) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/clang/lib/Parse/
H A DParseOpenMP.cpp770 Actions.EndOpenMPClause(); in ParseOpenMPDeclarativeDirectiveWithExtDecl()
776 Actions.EndOpenMPClause(); in ParseOpenMPDeclarativeDirectiveWithExtDecl()
1146 Actions.EndOpenMPClause(); in ParseOpenMPDeclarativeOrExecutableDirective()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Sema/
H A DSema.h8756 void EndOpenMPClause();
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DTreeTransform.h7712 getDerived().getSema().EndOpenMPClause(); in TransformOMPExecutableDirective()
H A DSemaOpenMP.cpp1763 void Sema::EndOpenMPClause() { in EndOpenMPClause() function in Sema