Home
last modified time | relevance | path

Searched refs:ProtocolPropertySet (Results 1 – 3 of 3) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DDeclObjC.h1084 using ProtocolPropertySet = llvm::SmallDenseSet<const ObjCProtocolDecl *, 8>; variable
2297 ProtocolPropertySet &PS,
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DDeclObjC.cpp2063 const ObjCPropertyDecl *Property, ProtocolPropertySet &PS, in collectInheritedProtocolProperties()
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaObjCProperty.cpp843 ObjCInterfaceDecl::ProtocolPropertySet ProtocolSet; in SelectPropertyForSynthesisFromProtocols()