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 141 struct PropertyData {
143 PropertyData(IdentifierInfo *getterId, IdentifierInfo *setterId)
164 PropertyData &getPropertyDataBuffer() {
166 return *reinterpret_cast<PropertyData*>(this + 1);
169 const PropertyData &getPropertyDataBuffer() const {
171 return *reinterpret_cast<const PropertyData*>(this + 1);
267 new (&getPropertyDataBuffer()) PropertyData(getterId, setterId);
425 const PropertyData &getPropertyData() const {
456 + (sizeof(AttributeList::PropertyData) + sizeof(void *) - 1)
  /external/chromium_org/third_party/WebKit/Source/core/inspector/
CodeGeneratorInspector.py     [all...]

Completed in 54 milliseconds