Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DIdentifierTable.h819 enum { ObjCMethodFamilyBitWidth = 4 }; enumerator
822 enum { InvalidObjCMethodFamily = (1 << ObjCMethodFamilyBitWidth) - 1 };
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDeclBase.h1861 mutable uint64_t Family : ObjCMethodFamilyBitWidth;