Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Parse/
H A DParseOpenMP.cpp597 Actions.StartOpenMPClause(CKind); in ParseOpenMPDeclareMapperDirective()
1926 Actions.StartOpenMPClause(CKind); in ParseOpenMPDeclarativeDirectiveWithExtDecl()
1967 Actions.StartOpenMPClause(CKind); in ParseOpenMPDeclarativeDirectiveWithExtDecl()
2334 Actions.StartOpenMPClause(CKind); in ParseOpenMPDeclarativeOrExecutableDirective()
2509 Actions.StartOpenMPClause(CKind); in ParseOpenMPDeclarativeOrExecutableDirective()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DSema.h10332 void StartOpenMPClause(OpenMPClauseKind K);
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DTreeTransform.h8427 getDerived().getSema().StartOpenMPClause((*I)->getClauseKind()); in TransformOMPExecutableDirective()
H A DSemaOpenMP.cpp2524 void Sema::StartOpenMPClause(OpenMPClauseKind K) { in StartOpenMPClause() function in Sema