Searched defs:Ancestor (Results 1 - 2 of 2) sorted by relevance

/external/clang/lib/StaticAnalyzer/Checkers/
H A DCheckObjCInstMethSignature.cpp30 static bool AreTypesCompatible(QualType Derived, QualType Ancestor, argument
35 if (Derived->isAnyPointerType() && Ancestor->isAnyPointerType())
38 return C.typesAreCompatible(Derived, Ancestor);
/external/clang/lib/Sema/
H A DSemaDecl.cpp842 Scope *Ancestor = S->getParent(); local
843 while (!Ancestor->getEntity()) Ancestor = Ancestor->getParent();
844 assert(Ancestor->getEntity() == CurContext && "ancestor context mismatch");
856 Scope *Ancestor = S->getParent(); local
857 while (!Ancestor->getEntity()) Ancestor = Ancestor->getParent();
858 CurContext = (DeclContext*) Ancestor
[all...]

Completed in 57 milliseconds