Searched refs:OpenMPDirectiveKindExWrapper (Results 1 – 1 of 1) sorted by relevance
66 struct OpenMPDirectiveKindExWrapper { struct67 OpenMPDirectiveKindExWrapper(unsigned Value) : Value(Value) {} in OpenMPDirectiveKindExWrapper() function68 OpenMPDirectiveKindExWrapper(OpenMPDirectiveKind DK) : Value(unsigned(DK)) {} in OpenMPDirectiveKindExWrapper() function69 bool operator==(OpenMPDirectiveKindExWrapper V) const { in operator ==() argument72 bool operator!=(OpenMPDirectiveKindExWrapper V) const { in operator !=() argument104 OpenMPDirectiveKindExWrapper DKind = getOpenMPDirectiveKind(S); in getOpenMPDirectiveKindEx()108 return llvm::StringSwitch<OpenMPDirectiveKindExWrapper>(S) in getOpenMPDirectiveKindEx()124 static OpenMPDirectiveKindExWrapper parseOpenMPDirectiveKind(Parser &P) { in parseOpenMPDirectiveKind()128 static const OpenMPDirectiveKindExWrapper F[][3] = { in parseOpenMPDirectiveKind()198 OpenMPDirectiveKindExWrapper DKind = in parseOpenMPDirectiveKind()[all …]