Home
last modified time | relevance | path

Searched refs:getCursorParentDecl (Results 1 – 3 of 3) sorted by relevance

/external/clang/tools/libclang/
DCXCursor.h245 const Decl *getCursorParentDecl(CXCursor Cursor);
DCXCursor.cpp952 const Decl *cxcursor::getCursorParentDecl(CXCursor Cursor) { in getCursorParentDecl() function in cxcursor
DCIndex.cpp6444 if (const Decl *D = getCursorParentDecl(cursor)) { in Visit()