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

/external/clang/tools/libclang/
H A DCursorVisitor.h124 CXCursor OldParent; member in class:clang::cxcursor::CursorVisitor::SetParentRAII
129 : Parent(Parent), StmtParent(StmtParent), OldParent(Parent)
137 Parent = OldParent;

Completed in 473 milliseconds