Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/lib/Parse/
H A DParseOpenMP.cpp66 struct OpenMPDirectiveKindExWrapper { struct
67 OpenMPDirectiveKindExWrapper(unsigned Value) : Value(Value) {} in OpenMPDirectiveKindExWrapper() function
68 OpenMPDirectiveKindExWrapper(OpenMPDirectiveKind DK) : Value(unsigned(DK)) {} in OpenMPDirectiveKindExWrapper() function
69 bool operator==(OpenMPDirectiveKindExWrapper V) const { in operator ==() argument
72 bool operator!=(OpenMPDirectiveKindExWrapper V) const { in operator !=() argument
104 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 …]