HomeSort by relevance Sort by last modified time
    Searched defs:PropertyData (Results 1 - 2 of 2) sorted by null

  /external/clang/include/clang/Sema/
AttributeList.h 166 struct PropertyData {
168 PropertyData(IdentifierInfo *getterId, IdentifierInfo *setterId)
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/
CodeGeneratorInspector.py 905 class PropertyData:
910 optional.append(PropertyData)
912 main.append(PropertyData)
    [all...]

Completed in 67 milliseconds