Searched refs:OpenMPDirectiveKindExWrapper (Results 1 – 1 of 1) sorted by relevance
62 struct OpenMPDirectiveKindExWrapper { struct63 OpenMPDirectiveKindExWrapper(unsigned Value) : Value(Value) {} in OpenMPDirectiveKindExWrapper() function64 OpenMPDirectiveKindExWrapper(OpenMPDirectiveKind DK) : Value(unsigned(DK)) {} in OpenMPDirectiveKindExWrapper() function65 bool operator==(OpenMPDirectiveKindExWrapper V) const { in operator ==() argument68 bool operator!=(OpenMPDirectiveKindExWrapper V) const { in operator !=() argument100 OpenMPDirectiveKindExWrapper DKind = getOpenMPDirectiveKind(S); in getOpenMPDirectiveKindEx()104 return llvm::StringSwitch<OpenMPDirectiveKindExWrapper>(S) in getOpenMPDirectiveKindEx()120 static OpenMPDirectiveKindExWrapper parseOpenMPDirectiveKind(Parser &P) { in parseOpenMPDirectiveKind()124 static const OpenMPDirectiveKindExWrapper F[][3] = { in parseOpenMPDirectiveKind()194 OpenMPDirectiveKindExWrapper DKind = in parseOpenMPDirectiveKind()[all …]