Searched defs:PathElement (Results 1 – 2 of 2) sorted by relevance
61 struct PathElement { struct62 PathElementType type; argument66 typedef void (*PathApplierFunction)(void* info, const PathElement*); argument
1641 const CXXBasePathElement &PathElement = Path->back(); in LookupQualifiedName() local