Home
last modified time | relevance | path

Searched refs:SetParentRAII (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/clang/tools/libclang/
H A DCursorVisitor.h135 class SetParentRAII {
141 SetParentRAII(CXCursor &Parent, const Decl *&StmtParent, CXCursor NewParent) in SetParentRAII() function
148 ~SetParentRAII() { in ~SetParentRAII()
H A DCIndex.cpp502 SetParentRAII SetParent(Parent, StmtParent, Cursor); in VisitChildren()
3324 SetParentRAII SetParent(Parent, StmtParent, LI.getParent()); in RunVisitorWorkList()