HomeSort by relevance Sort by last modified time
    Searched refs:OldParent (Results 1 - 2 of 2) sorted by null

  /external/clang/tools/libclang/
CursorVisitor.h 124 CXCursor OldParent;
129 : Parent(Parent), StmtParent(StmtParent), OldParent(Parent)
137 Parent = OldParent;
  /external/llvm/lib/Analysis/
LoopInfo.cpp 517 for (Loop *OldParent = Unloop->getParentLoop(); OldParent != OuterParent;
518 OldParent = OldParent->getParentLoop()) {
519 assert(OldParent && "new loop is not an ancestor of the original");
520 OldParent->removeBlockFromLoop(*BI);

Completed in 117 milliseconds