Searched defs:PropertyAttributes (Results 1 – 6 of 6) sorted by relevance
/freebsd-src/contrib/llvm-project/clang/lib/Format/ |
H A D | ObjCPropertyAttributeOrderFixer.cpp | 55 SmallVector<ObjCPropertyEntry> PropertyAttributes; in sortPropertyAttributes() local
|
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/ |
H A D | DWARFASTParserClang.cpp | 2514 struct PropertyAttributes { global() struct 2516 prop_name__anon176819460311::PropertyAttributes global() argument 2517 prop_getter_name__anon176819460311::PropertyAttributes global() argument 2518 prop_setter_name__anon176819460311::PropertyAttributes global() argument 2520 prop_attributes__anon176819460311::PropertyAttributes global() argument 2709 PropertyAttributes::PropertyAttributes(const DWARFDIE &die) { PropertyAttributes() function in PropertyAttributes
|
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
H A D | DwarfUnit.cpp | 955 if (unsigned PropertyAttributes = Property->getAttributes()) constructTypeDIE() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/IR/ |
H A D | DIBuilder.cpp | 429 createObjCProperty(StringRef Name,DIFile * File,unsigned LineNumber,StringRef GetterName,StringRef SetterName,unsigned PropertyAttributes,DIType * Ty) createObjCProperty() argument
|
H A D | DebugInfo.cpp | 1405 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
|
/freebsd-src/contrib/llvm-project/clang/include/clang/Sema/ |
H A D | DeclSpec.h | 951 unsigned PropertyAttributes : NumObjCPropertyAttrsBits; global() variable
|