Home
last modified time | relevance | path

Searched refs:NestedProperty (Results 1 – 2 of 2) 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()
/external/llvm-project/clang/test/Analysis/
Dmalloc.cpp100 struct NestedProperty { struct
102 NestedProperty(Property p) in NestedProperty() argument
105 void appendNested(NestedProperty x);
108 appendNested(NestedProperty(Property(getterName))); in appendWrapperNested()