Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/clang/lib/Format/
H A DObjCPropertyAttributeOrderFixer.cpp55 SmallVector<ObjCPropertyEntry> PropertyAttributes; in sortPropertyAttributes() local
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFASTParserClang.cpp2514 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 DDwarfUnit.cpp955 if (unsigned PropertyAttributes = Property->getAttributes()) constructTypeDIE() local
/freebsd-src/contrib/llvm-project/llvm/lib/IR/
H A DDIBuilder.cpp429 createObjCProperty(StringRef Name,DIFile * File,unsigned LineNumber,StringRef GetterName,StringRef SetterName,unsigned PropertyAttributes,DIType * Ty) createObjCProperty() argument
H A DDebugInfo.cpp1405 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 DDeclSpec.h951 unsigned PropertyAttributes : NumObjCPropertyAttrsBits; global() variable