Searched refs:PathElement (Results 1 – 12 of 12) sorted by relevance
97 struct PathElement { struct102 typedef void (*PathApplierFunction)(void* info, const PathElement*); argument
44 static void pathLengthApplierFunction(void* info, const PathElement* element) in pathLengthApplierFunction()
89 void updateMarkerDataForPathElement(const PathElement* element) in updateMarkerDataForPathElement()
44 static inline void processStartAndMidMarkers(void* infoPtr, const PathElement* element) in processStartAndMidMarkers()
194 PathElement pathElement; in apply()
269 PathElement pelement; in CGPathApplierToPathApplier()
247 PathElement elem; in apply()
358 PathElement pelement; in apply()
324 PathElement pelement; in apply()
1513 const CXXBasePathElement &PathElement = Path->back(); in LookupQualifiedName() local1522 SubobjectType = Context.getCanonicalType(PathElement.Base->getType()); in LookupQualifiedName()1523 SubobjectNumber = PathElement.SubobjectNumber; in LookupQualifiedName()1528 != Context.getCanonicalType(PathElement.Base->getType())) { in LookupQualifiedName()1556 if (SubobjectNumber != PathElement.SubobjectNumber) { in LookupQualifiedName()
759 PathElement pelement; in apply()
56906 Path::apply creates a PathElement and its points array on the stack,