Home
last modified time | relevance | path

Searched refs:Ancestor (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DCheckObjCInstMethSignature.cpp28 static bool AreTypesCompatible(QualType Derived, QualType Ancestor, in AreTypesCompatible() argument
33 if (Derived->isAnyPointerType() && Ancestor->isAnyPointerType()) in AreTypesCompatible()
36 return C.typesAreCompatible(Derived, Ancestor); in AreTypesCompatible()
/freebsd/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/
H A DDataflowEnvironment.cpp527 if (auto *Ancestor = InitialTargetFunc->getNonClosureAncestor()) { in initialize() local
528 const auto *SurroundingMethodDecl = cast<CXXMethodDecl>(Ancestor); in initialize()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDecl.cpp1358 Scope *Ancestor = S->getParent(); in EnterDeclaratorContext() local
1359 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() local
1379 while (!Ancestor->getEntity()) Ancestor = Ancestor->getParent(); in ExitDeclaratorContext()
1380 CurContext = Ancestor->getEntity(); in ExitDeclaratorContext()
/freebsd/contrib/llvm-project/llvm/include/llvm/Frontend/OpenMP/
H A DClauseT.h538 ENUM(DeviceModifier, Ancestor, DeviceNum);
/freebsd/contrib/diff/doc/
H A Ddiff.texi2130 @chapter Merging From a Common Ancestor