Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Parse/
H A DParseOpenMP.cpp63 struct OpenMPDirectiveKindExWrapper { struct
64 OpenMPDirectiveKindExWrapper(unsigned Value) : Value(Value) {} in OpenMPDirectiveKindExWrapper() argument
65 OpenMPDirectiveKindExWrapper(OpenMPDirectiveKind DK) : Value(unsigned(DK)) {} in OpenMPDirectiveKindExWrapper() argument
66 bool operator==(OpenMPDirectiveKindExWrapper V) const { in operator ==() argument
69 bool operator!=(OpenMPDirectiveKindExWrapper V) const { in operator !=() argument
101 OpenMPDirectiveKindExWrapper DKind = getOpenMPDirectiveKind(S); in getOpenMPDirectiveKindEx()
105 return llvm::StringSwitch<OpenMPDirectiveKindExWrapper>(S) in getOpenMPDirectiveKindEx()
121 static OpenMPDirectiveKindExWrapper parseOpenMPDirectiveKind(Parser &P) { in parseOpenMPDirectiveKind()
125 static const OpenMPDirectiveKindExWrapper F[][3] = { in parseOpenMPDirectiveKind()
195 OpenMPDirectiveKindExWrapper DKind = in parseOpenMPDirectiveKind()
[all …]