Home
last modified time | relevance | path

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

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