Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Parse/
H A DParseOpenMP.cpp597 Actions.StartOpenMPClause(CKind); in ParseOpenMPDeclareMapperDirective()
1927 Actions.StartOpenMPClause(CKind); in ParseOpenMPDeclarativeDirectiveWithExtDecl()
1968 Actions.StartOpenMPClause(CKind); in ParseOpenMPDeclarativeDirectiveWithExtDecl()
2337 Actions.StartOpenMPClause(CKind); in ParseOpenMPDeclarativeOrExecutableDirective()
2513 Actions.StartOpenMPClause(CKind); in ParseOpenMPDeclarativeOrExecutableDirective()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h10421 void StartOpenMPClause(OpenMPClauseKind K);
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DTreeTransform.h8450 getDerived().getSema().StartOpenMPClause((*I)->getClauseKind()); in TransformOMPExecutableDirective()
H A DSemaOpenMP.cpp2524 void Sema::StartOpenMPClause(OpenMPClauseKind K) { in StartOpenMPClause() function in Sema