Lines Matching refs:OpenMPDirectiveKind
62 OpenMPDirectiveKindExWrapper(OpenMPDirectiveKind DK) : Value(unsigned(DK)) {} in OpenMPDirectiveKindExWrapper()
63 bool operator==(OpenMPDirectiveKind V) const { return Value == unsigned(V); } in operator ==()
64 bool operator!=(OpenMPDirectiveKind V) const { return Value != unsigned(V); } in operator !=()
65 bool operator<(OpenMPDirectiveKind V) const { return Value < unsigned(V); } in operator <()
67 operator OpenMPDirectiveKind() const { return OpenMPDirectiveKind(Value); } in operator OpenMPDirectiveKind()
74 OpenMPDirectiveKind Kind;
77 DeclDirectiveListParserHelper(Parser *P, OpenMPDirectiveKind Kind) in DeclDirectiveListParserHelper()
198 ? static_cast<OpenMPDirectiveKind>(DKind) in parseOpenMPDirectiveKind()
1647 void Parser::skipUntilPragmaOpenMPEnd(OpenMPDirectiveKind DKind) { in skipUntilPragmaOpenMPEnd()
1659 void Parser::parseOMPEndDirective(OpenMPDirectiveKind BeginKind, in parseOMPEndDirective()
1660 OpenMPDirectiveKind ExpectedKind, in parseOMPEndDirective()
1661 OpenMPDirectiveKind FoundKind, in parseOMPEndDirective()
1681 void Parser::ParseOMPEndDeclareTargetDirective(OpenMPDirectiveKind DKind, in ParseOMPEndDeclareTargetDirective()
1727 OpenMPDirectiveKind DKind; in ParseOpenMPDeclarativeDirectiveWithExtDecl()
1912 OpenMPDirectiveKind DK = OMPD_unknown; in ParseOpenMPDeclarativeDirectiveWithExtDecl()
2152 OpenMPDirectiveKind DKind = parseOpenMPDirectiveKind(*this); in ParseOpenMPDeclarativeOrExecutableDirective()
2153 OpenMPDirectiveKind CancelRegion = OMPD_unknown; in ParseOpenMPDeclarativeOrExecutableDirective()
2455 OpenMPDirectiveKind Kind, in ParseOpenMPSimpleVarList()
2515 OMPClause *Parser::ParseOpenMPUsesAllocatorClause(OpenMPDirectiveKind DKind) { in ParseOpenMPUsesAllocatorClause()
2578 OMPClause *Parser::ParseOpenMPClause(OpenMPDirectiveKind DKind, in ParseOpenMPClause()
2931 OMPClause *Parser::ParseOpenMPSingleExprWithArgClause(OpenMPDirectiveKind DKind, in ParseOpenMPSingleExprWithArgClause()
3366 bool Parser::ParseOpenMPVarList(OpenMPDirectiveKind DKind, in ParseOpenMPVarList()
3715 OMPClause *Parser::ParseOpenMPVarListClause(OpenMPDirectiveKind DKind, in ParseOpenMPVarListClause()