Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/include/clang/AST/
H A DDeclObjC.h1088 using PropertyDeclOrder = llvm::SmallVector<ObjCPropertyDecl *, 8>; variable
2301 PropertyDeclOrder &PO) const;
/src/contrib/llvm-project/clang/lib/AST/
H A DDeclObjC.cpp2058 PropertyDeclOrder &PO) const { in collectInheritedProtocolProperties()
/src/contrib/llvm-project/clang/lib/Sema/
H A DSemaObjCProperty.cpp829 ObjCInterfaceDecl::PropertyDeclOrder Properties; in SelectPropertyForSynthesisFromProtocols()