Home
last modified time | relevance | path

Searched defs:PropertyAttributes (Results 1 – 7 of 7) sorted by relevance

/llvm-project/clang/lib/Format/
H A DObjCPropertyAttributeOrderFixer.cpp55 SmallVector<ObjCPropertyEntry> PropertyAttributes; in sortPropertyAttributes() local
/llvm-project/clang-tools-extra/clangd/refactor/tweaks/
H A DObjCMemberwiseInitializer.cpp38 unsigned PropertyAttributes) { in getTypeStr()
/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFASTParserClang.cpp2466 struct PropertyAttributes { global() struct
2468 prop_name__anoncc45d1870411::PropertyAttributes global() argument
2469 prop_getter_name__anoncc45d1870411::PropertyAttributes global() argument
2470 prop_setter_name__anoncc45d1870411::PropertyAttributes global() argument
2472 prop_attributes__anoncc45d1870411::PropertyAttributes global() argument
2661 PropertyAttributes::PropertyAttributes(const DWARFDIE &die) { PropertyAttributes() function in PropertyAttributes
/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfUnit.cpp988 if (unsigned PropertyAttributes = Property->getAttributes()) constructTypeDIE() local
/llvm-project/llvm/lib/IR/
H A DDIBuilder.cpp456 unsigned PropertyAttributes, DIType *Ty) { in createObjCProperty() argument
H A DDebugInfo.cpp1410 LLVMDIBuilderCreateObjCProperty(LLVMDIBuilderRef Builder,const char * Name,size_t NameLen,LLVMMetadataRef File,unsigned LineNo,const char * GetterName,size_t GetterNameLen,const char * SetterName,size_t SetterNameLen,unsigned PropertyAttributes,LLVMMetadataRef Ty) LLVMDIBuilderCreateObjCProperty() argument
/llvm-project/clang/include/clang/Sema/
H A DDeclSpec.h987 unsigned PropertyAttributes : NumObjCPropertyAttrsBits; global() variable