Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Parse/
H A DParseOpenMP.cpp606 Actions.StartOpenMPClause(CKind); in ParseOpenMPDeclareMapperDirective()
1645 Actions.StartOpenMPClause(CKind); in ParseOpenMPClauses()
2112 Actions.StartOpenMPClause(CKind); in ParseOpenMPDeclarativeDirectiveWithExtDecl()
2153 Actions.StartOpenMPClause(CKind); in ParseOpenMPDeclarativeDirectiveWithExtDecl()
2713 Actions.StartOpenMPClause(CKind); in ParseOpenMPDeclarativeOrExecutableDirective()
2912 Actions.StartOpenMPClause(CKind); in ParseOpenMPDeclarativeOrExecutableDirective()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h11508 void StartOpenMPClause(OpenMPClauseKind K);
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DTreeTransform.h8824 getDerived().getSema().StartOpenMPClause((*I)->getClauseKind()); in TransformOMPExecutableDirective()
H A DSemaOpenMP.cpp2784 void Sema::StartOpenMPClause(OpenMPClauseKind K) { in StartOpenMPClause() function in Sema