Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/tools/libclang/
H A DCursorVisitor.h129 class SetParentRAII {
135 SetParentRAII(CXCursor &Parent, const Decl *&StmtParent, CXCursor NewParent) in SetParentRAII() function
142 ~SetParentRAII() { in ~SetParentRAII()
H A DCIndex.cpp501 SetParentRAII SetParent(Parent, StmtParent, Cursor); in VisitChildren()
3158 SetParentRAII SetParent(Parent, StmtParent, LI.getParent()); in RunVisitorWorkList()