Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Parse/
H A DParseOpenMP.cpp608 Actions.StartOpenMPClause(CKind); in ParseOpenMPDeclareMapperDirective()
2108 Actions.StartOpenMPClause(CKind); in ParseOpenMPDeclarativeDirectiveWithExtDecl()
2149 Actions.StartOpenMPClause(CKind); in ParseOpenMPDeclarativeDirectiveWithExtDecl()
2696 Actions.StartOpenMPClause(CKind); in ParseOpenMPDeclarativeOrExecutableDirective()
2889 Actions.StartOpenMPClause(CKind); in ParseOpenMPDeclarativeOrExecutableDirective()
/llvm-project-15.0.7/clang/include/clang/Sema/
H A DSema.h10801 void StartOpenMPClause(OpenMPClauseKind K);
/llvm-project-15.0.7/clang/lib/Sema/
H A DTreeTransform.h8556 getDerived().getSema().StartOpenMPClause((*I)->getClauseKind()); in TransformOMPExecutableDirective()
H A DSemaOpenMP.cpp2710 void Sema::StartOpenMPClause(OpenMPClauseKind K) { in StartOpenMPClause() function in Sema