Home
last modified time | relevance | path

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

/external/clang/lib/StaticAnalyzer/Checkers/
DCheckObjCInstMethSignature.cpp30 static bool AreTypesCompatible(QualType Derived, QualType Ancestor, in AreTypesCompatible() argument
35 if (Derived->isAnyPointerType() && Ancestor->isAnyPointerType()) in AreTypesCompatible()
38 return C.typesAreCompatible(Derived, Ancestor); in AreTypesCompatible()
/external/clang/lib/Sema/
DSemaDecl.cpp785 Scope *Ancestor = S->getParent(); in EnterDeclaratorContext() local
786 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() local
800 while (!Ancestor->getEntity()) Ancestor = Ancestor->getParent(); in ExitDeclaratorContext()
801 CurContext = (DeclContext*) Ancestor->getEntity(); in ExitDeclaratorContext()
/external/webkit/Source/WebKit2/
DChangeLog4927 not supported yet. Ancestor patch was made by Laszlo Gombos.