Searched refs:Ancestor (Results 1 – 6 of 6) sorted by relevance
42 typedef typename remove_all<Lhs>::type Ancestor;43 typedef typename traits<Ancestor>::XprKind XprKind;45 RowsAtCompileTime = traits<Ancestor>::RowsAtCompileTime,46 ColsAtCompileTime = traits<Ancestor>::ColsAtCompileTime,47 MaxRowsAtCompileTime = traits<Ancestor>::MaxRowsAtCompileTime,48 MaxColsAtCompileTime = traits<Ancestor>::MaxColsAtCompileTime
30 static bool AreTypesCompatible(QualType Derived, QualType Ancestor, in AreTypesCompatible() argument35 if (Derived->isAnyPointerType() && Ancestor->isAnyPointerType()) in AreTypesCompatible()38 return C.typesAreCompatible(Derived, Ancestor); in AreTypesCompatible()
380 ast_type_traits::DynTypedNode Ancestor = Node; in matchesAncestorOf() local381 while (Ancestor.get<TranslationUnitDecl>() != in matchesAncestorOf()383 assert(Ancestor.getMemoizationData() && in matchesAncestorOf()387 Parents->find(Ancestor.getMemoizationData()); in matchesAncestorOf()393 Ancestor = I->second; in matchesAncestorOf()394 if (Matcher.matches(Ancestor, this, Builder)) in matchesAncestorOf()
948 Scope *Ancestor = S->getParent(); in EnterDeclaratorContext() local949 while (!Ancestor->getEntity()) Ancestor = Ancestor->getParent(); in EnterDeclaratorContext()950 assert(Ancestor->getEntity() == CurContext && "ancestor context mismatch"); in EnterDeclaratorContext()962 Scope *Ancestor = S->getParent(); in ExitDeclaratorContext() local963 while (!Ancestor->getEntity()) Ancestor = Ancestor->getParent(); in ExitDeclaratorContext()964 CurContext = (DeclContext*) Ancestor->getEntity(); in ExitDeclaratorContext()
337 STAssertNotNil(ancestor, @"Ancestor should not be nil");
4927 not supported yet. Ancestor patch was made by Laszlo Gombos.