Searched refs:OpenMPDirectiveKindExWrapper (Results 1 – 1 of 1) sorted by relevance
64 struct OpenMPDirectiveKindExWrapper { struct65 OpenMPDirectiveKindExWrapper(unsigned Value) : Value(Value) {} in OpenMPDirectiveKindExWrapper() argument66 OpenMPDirectiveKindExWrapper(OpenMPDirectiveKind DK) : Value(unsigned(DK)) {} in OpenMPDirectiveKindExWrapper() argument67 bool operator==(OpenMPDirectiveKindExWrapper V) const { in operator ==() argument70 bool operator!=(OpenMPDirectiveKindExWrapper V) const { in operator !=() argument102 OpenMPDirectiveKindExWrapper DKind = getOpenMPDirectiveKind(S); in getOpenMPDirectiveKindEx()106 return llvm::StringSwitch<OpenMPDirectiveKindExWrapper>(S) in getOpenMPDirectiveKindEx()122 static OpenMPDirectiveKindExWrapper parseOpenMPDirectiveKind(Parser &P) { in parseOpenMPDirectiveKind()126 static const OpenMPDirectiveKindExWrapper F[][3] = { in parseOpenMPDirectiveKind()196 OpenMPDirectiveKindExWrapper DKind = in parseOpenMPDirectiveKind()[all …]