Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DDeclObjC.h1085 using PropertyDeclOrder = llvm::SmallVector<ObjCPropertyDecl *, 8>; variable
2298 PropertyDeclOrder &PO) const;
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DDeclObjC.cpp2064 PropertyDeclOrder &PO) const { in collectInheritedProtocolProperties()
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaObjCProperty.cpp844 ObjCInterfaceDecl::PropertyDeclOrder Properties; in SelectPropertyForSynthesisFromProtocols()