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 516 for (Loop *OldParent = Unloop->getParentLoop(); OldParent != OuterParent;
517 OldParent = OldParent->getParentLoop()) {
518 assert(OldParent && "new loop is not an ancestor of the original");
519 OldParent->removeBlockFromLoop(*BI);

Completed in 67 milliseconds