HomeSort by: relevance | last modified time | path
    Searched defs:cxcursor (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/tools/libclang/
CXCursor.h 1 //===- CXCursor.h - Routines for manipulating CXCursors -------------------===//
46 namespace cxcursor { namespace in namespace:clang
48 CXCursor getCursor(CXTranslationUnit, SourceLocation);
50 CXCursor MakeCXCursor(const clang::Attr *A, const clang::Decl *Parent,
52 CXCursor MakeCXCursor(const clang::Decl *D, CXTranslationUnit TU,
55 CXCursor MakeCXCursor(const clang::Stmt *S, const clang::Decl *Parent,
58 CXCursor MakeCXCursorInvalid(CXCursorKind K, CXTranslationUnit TU = nullptr);
61 CXCursor MakeCursorObjCSuperClassRef(ObjCInterfaceDecl *Super,
67 getCursorObjCSuperClassRef(CXCursor C);
70 CXCursor MakeCursorObjCProtocolRef(const ObjCProtocolDecl *Proto
    [all...]
CursorVisitor.h 12 #include "CXCursor.h"
22 namespace cxcursor { namespace in namespace:clang
45 CXCursor parent;
47 VisitorJob(CXCursor C, Kind k, const void *d1, const void *d2 = nullptr,
57 const CXCursor &getParent() const { return parent; }
68 typedef bool (*PostChildrenVisitorTy)(CXCursor cursor,
77 CXCursor Parent;
130 CXCursor &Parent;
132 CXCursor OldParent;
135 SetParentRAII(CXCursor &Parent, const Decl *&StmtParent, CXCursor NewParent
    [all...]

Completed in 17 milliseconds