Searched refs:Ancestor (Results 1 – 5 of 5) sorted by relevance
28 static bool AreTypesCompatible(QualType Derived, QualType Ancestor, in AreTypesCompatible() argument33 if (Derived->isAnyPointerType() && Ancestor->isAnyPointerType()) in AreTypesCompatible()36 return C.typesAreCompatible(Derived, Ancestor); in AreTypesCompatible()
527 if (auto *Ancestor = InitialTargetFunc->getNonClosureAncestor()) { in initialize() local528 const auto *SurroundingMethodDecl = cast<CXXMethodDecl>(Ancestor); in initialize()
1358 Scope *Ancestor = S->getParent(); in EnterDeclaratorContext() local1359 while (!Ancestor->getEntity()) Ancestor = Ancestor->getParent(); in EnterDeclaratorContext()1360 assert(Ancestor->getEntity() == CurContext && "ancestor context mismatch"); in EnterDeclaratorContext()1378 Scope *Ancestor = S->getParent(); in ExitDeclaratorContext() local1379 while (!Ancestor->getEntity()) Ancestor = Ancestor->getParent(); in ExitDeclaratorContext()1380 CurContext = Ancestor->getEntity(); in ExitDeclaratorContext()
538 ENUM(DeviceModifier, Ancestor, DeviceNum);
2130 @chapter Merging From a Common Ancestor