OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PropertyData
(Results
1 - 3
of
3
) 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
...]
/external/clang/lib/Sema/
SemaDeclCXX.cpp
[
all
...]
Completed in 1531 milliseconds