Searched defs:Properties (Results 1 - 6 of 6) sorted by relevance

/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/Core/
H A DUserSettingsController.h32 class Properties class in namespace:lldb_private
35 Properties () : function in class:lldb_private::Properties
40 Properties (const lldb::OptionValuePropertiesSP &collection_sp) : function in class:lldb_private::Properties
/freebsd-10-stable/contrib/dtc/Documentation/
H A Ddtc-paper.tex
/freebsd-10-stable/contrib/llvm/utils/TableGen/
H A DCodeGenTarget.h195 unsigned Properties; // Node properties member in class:llvm::ComplexPattern
/freebsd-10-stable/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGObjCGNU.cpp1844 std::vector<llvm::Constant*> Properties; local
2092 std::vector<llvm::Constant*> Properties; local
1582 GenerateClassStructure( llvm::Constant *MetaClass, llvm::Constant *SuperClass, unsigned info, const char *Name, llvm::Constant *Version, llvm::Constant *InstanceSize, llvm::Constant *IVars, llvm::Constant *Methods, llvm::Constant *Protocols, llvm::Constant *IvarOffsets, llvm::Constant *Properties, llvm::Constant *StrongIvarBitmap, llvm::Constant *WeakIvarBitmap, bool isMeta) argument
2277 llvm::Constant *Properties = GeneratePropertyList(OID, InstanceMethodSels, local
[all...]
H A DCGObjCMac.cpp2812 SmallVector<llvm::Constant *, 16> Properties; local
2775 PushProtocolProperties(llvm::SmallPtrSet<const IdentifierInfo*,16> &PropertySet, SmallVectorImpl<llvm::Constant *> &Properties, const Decl *Container, const ObjCProtocolDecl *PROTO, const ObjCCommonTypesHelper &ObjCTypes) argument
[all...]
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Rewrite/Frontend/
H A DRewriteModernObjC.cpp6575 Write_prop_list_t_initializer(RewriteModernObjC &RewriteObj, ASTContext *Context, std::string &Result, ArrayRef<ObjCPropertyDecl *> Properties, const Decl *Container, StringRef VarName, StringRef ProtocolName) argument
6623 Write__class_ro_t_initializer(ASTContext *Context, std::string &Result, unsigned int flags, const std::string &InstanceStart, const std::string &InstanceSize, ArrayRef<ObjCMethodDecl *>baseMethods, ArrayRef<ObjCProtocolDecl *>baseProtocols, ArrayRef<ObjCIvarDecl *>ivars, ArrayRef<ObjCPropertyDecl *>Properties, StringRef VarName, StringRef ClassName) argument

Completed in 148 milliseconds