Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDeclObjCCommon.h50 NumObjCPropertyAttrsBits = 16 enumerator
H A DDeclObjC.h747 unsigned PropertyAttributes : NumObjCPropertyAttrsBits;
749 unsigned PropertyAttributesAsWritten : NumObjCPropertyAttrsBits;
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DDeclSpec.h987 unsigned PropertyAttributes : NumObjCPropertyAttrsBits;
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DODRDiagsEmitter.cpp556 for (unsigned I = 0; I < NumObjCPropertyAttrsBits; ++I) { in diagnoseSubMismatchObjCProperty()