Searched defs:OpenMPDirectiveKindExWrapper (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/lib/Parse/
H A DParseOpenMP.cpp54 struct OpenMPDirectiveKindExWrapper { struct in namespace:__anon555
55 OpenMPDirectiveKindExWrapper(unsigned Value) : Value(Value) {} function in struct:__anon555::OpenMPDirectiveKindExWrapper
56 OpenMPDirectiveKindExWrapper(OpenMPDirectiveKind DK) : Value(unsigned(DK)) {} function in struct:__anon555::OpenMPDirectiveKindExWrapper

Completed in 102 milliseconds