Home
last modified time | relevance | path

Searched refs:NestedProperty (Results 1 – 1 of 1) sorted by relevance

/external/clang/test/Analysis/
Dmalloc.cpp95 struct NestedProperty { struct
97 NestedProperty(Property p) in NestedProperty() argument
100 void appendNested(NestedProperty x);
103 appendNested(NestedProperty(Property(getterName))); in appendWrapperNested()