Home | History | Annotate | Download | only in libclang

Lines Matching refs:cxcursor

13 #include "CXCursor.h"
23 namespace cxcursor {
37 CXCursor parent;
39 VisitorJob(CXCursor C, Kind k, const void *d1, const void *d2 = nullptr,
48 const CXCursor &getParent() const { return parent; }
60 typedef bool (*PostChildrenVisitorTy)(CXCursor cursor,
69 CXCursor Parent;
122 CXCursor &Parent;
124 CXCursor OldParent;
127 SetParentRAII(CXCursor &Parent, const Decl *&StmtParent,
128 CXCursor NewParent)
178 bool Visit(CXCursor Cursor, bool CheckedRegionOfInterest = false);
195 bool VisitChildren(CXCursor Parent);
203 Optional<bool> shouldVisitCursor(CXCursor C);
264 bool IsInRegionOfInterest(CXCursor C);