Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Parse/
H A DParseOpenMP.cpp605 Actions.StartOpenMPClause(CKind); in ParseOpenMPDeclareMapperDirective()
1644 Actions.StartOpenMPClause(CKind); in ParseOpenMPClauses()
2111 Actions.StartOpenMPClause(CKind); in ParseOpenMPDeclarativeDirectiveWithExtDecl()
2152 Actions.StartOpenMPClause(CKind); in ParseOpenMPDeclarativeDirectiveWithExtDecl()
2708 Actions.StartOpenMPClause(CKind); in ParseOpenMPDeclarativeOrExecutableDirective()
2906 Actions.StartOpenMPClause(CKind); in ParseOpenMPDeclarativeOrExecutableDirective()
/openbsd-src/gnu/llvm/clang/include/clang/Sema/
H A DSema.h11131 void StartOpenMPClause(OpenMPClauseKind K);
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DTreeTransform.h8666 getDerived().getSema().StartOpenMPClause((*I)->getClauseKind()); in TransformOMPExecutableDirective()
H A DSemaOpenMP.cpp2760 void Sema::StartOpenMPClause(OpenMPClauseKind K) { in StartOpenMPClause() function in Sema