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

/external/clang/include/clang/AST/
H A DType.h2687 enum { RegParmMask = ~(CallConvMask | NoReturnMask | ProducesResultMask), enumerator in enum:clang::FunctionType::ExtInfo::__anon17548
2753 return ExtInfo((Bits & ~RegParmMask) |

Completed in 49 milliseconds