Searched defs:PropertyAttributes (Results 1 – 7 of 7) sorted by relevance
/llvm-project/clang/lib/Format/ |
H A D | ObjCPropertyAttributeOrderFixer.cpp | 55 SmallVector<ObjCPropertyEntry> PropertyAttributes; in sortPropertyAttributes() local
|
/llvm-project/clang-tools-extra/clangd/refactor/tweaks/ |
H A D | ObjCMemberwiseInitializer.cpp | 38 unsigned PropertyAttributes) { in getTypeStr()
|
/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/ |
H A D | DWARFASTParserClang.cpp | 2466 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 D | DwarfUnit.cpp | 988 if (unsigned PropertyAttributes = Property->getAttributes()) constructTypeDIE() local
|
/llvm-project/llvm/lib/IR/ |
H A D | DIBuilder.cpp | 456 unsigned PropertyAttributes, DIType *Ty) { in createObjCProperty() argument
|
H A D | DebugInfo.cpp | 1410 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 D | DeclSpec.h | 987 unsigned PropertyAttributes : NumObjCPropertyAttrsBits; global() variable
|