Searched refs:Ancestor (Results 1 – 3 of 3) sorted by relevance
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()
785 Scope *Ancestor = S->getParent(); in EnterDeclaratorContext() local786 while (!Ancestor->getEntity()) Ancestor = Ancestor->getParent(); in EnterDeclaratorContext()787 assert(Ancestor->getEntity() == CurContext && "ancestor context mismatch"); in EnterDeclaratorContext()799 Scope *Ancestor = S->getParent(); in ExitDeclaratorContext() local800 while (!Ancestor->getEntity()) Ancestor = Ancestor->getParent(); in ExitDeclaratorContext()801 CurContext = (DeclContext*) Ancestor->getEntity(); in ExitDeclaratorContext()
4927 not supported yet. Ancestor patch was made by Laszlo Gombos.