Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DIdentifierTable.h654 enum { ObjCMethodFamilyBitWidth = 4 }; enumerator
657 enum { InvalidObjCMethodFamily = (1 << ObjCMethodFamilyBitWidth) - 1 };
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DDeclBase.h1662 mutable uint64_t Family : ObjCMethodFamilyBitWidth;