Home
last modified time | relevance | path

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

/external/eigen/Eigen/src/Core/
DCwiseBinaryOp.h42 typedef typename remove_all<Lhs>::type Ancestor;
43 typedef typename traits<Ancestor>::XprKind XprKind;
45 RowsAtCompileTime = traits<Ancestor>::RowsAtCompileTime,
46 ColsAtCompileTime = traits<Ancestor>::ColsAtCompileTime,
47 MaxRowsAtCompileTime = traits<Ancestor>::MaxRowsAtCompileTime,
48 MaxColsAtCompileTime = traits<Ancestor>::MaxColsAtCompileTime
/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/ASTMatchers/
DASTMatchFinder.cpp380 ast_type_traits::DynTypedNode Ancestor = Node; in matchesAncestorOf() local
381 while (Ancestor.get<TranslationUnitDecl>() != in matchesAncestorOf()
383 assert(Ancestor.getMemoizationData() && in matchesAncestorOf()
387 Parents->find(Ancestor.getMemoizationData()); in matchesAncestorOf()
393 Ancestor = I->second; in matchesAncestorOf()
394 if (Matcher.matches(Ancestor, this, Builder)) in matchesAncestorOf()
/external/clang/lib/Sema/
DSemaDecl.cpp948 Scope *Ancestor = S->getParent(); in EnterDeclaratorContext() local
949 while (!Ancestor->getEntity()) Ancestor = Ancestor->getParent(); in EnterDeclaratorContext()
950 assert(Ancestor->getEntity() == CurContext && "ancestor context mismatch"); in EnterDeclaratorContext()
962 Scope *Ancestor = S->getParent(); in ExitDeclaratorContext() local
963 while (!Ancestor->getEntity()) Ancestor = Ancestor->getParent(); in ExitDeclaratorContext()
964 CurContext = (DeclContext*) Ancestor->getEntity(); in ExitDeclaratorContext()
/external/antlr/antlr-3.4/runtime/ObjC/Framework/test/runtime/tree/
DANTLRCommonTreeTest.m337 STAssertNotNil(ancestor, @"Ancestor should not be nil");
/external/webkit/Source/WebKit2/
DChangeLog4927 not supported yet. Ancestor patch was made by Laszlo Gombos.