Searched defs:PropertyData (Results 1 - 2 of 2) sorted by relevance

/external/clang/include/clang/Sema/
H A DAttributeList.h166 struct PropertyData { struct in class:clang::AttributeList
168 PropertyData(IdentifierInfo *getterId, IdentifierInfo *setterId) function in struct:clang::AttributeList::PropertyData
197 PropertyData &getPropertyDataBuffer() {
199 return *reinterpret_cast<PropertyData*>(this + 1);
202 const PropertyData &getPropertyDataBuffer() const {
204 return *reinterpret_cast<const PropertyData*>(this + 1);
313 new (&getPropertyDataBuffer()) PropertyData(getterId, setterId);
442 const PropertyData &getPropertyData() const {
493 + (sizeof(AttributeList::PropertyData) + sizeof(void *) - 1)
/external/chromium_org/third_party/WebKit/Source/core/inspector/
H A DCodeGeneratorInspector.py905 class PropertyData: class in function:TypeBindings.create_type_declaration_.ClassBinding.resolve_inner
910 optional.append(PropertyData)
912 main.append(PropertyData)

Completed in 461 milliseconds