Searched defs:declCursor (Results 1 - 2 of 2) sorted by relevance

/external/clang/tools/libclang/
H A DCIndexHigh.cpp150 CXCursor declCursor = clang_getCursorReferenced(cursor); local
151 if (!clang_isDeclaration(declCursor.kind))
154 const Decl *D = cxcursor::getCursorDecl(declCursor);
215 static bool findIdRefsInFile(CXTranslationUnit TU, CXCursor declCursor, argument
218 assert(clang_isDeclaration(declCursor.kind));
222 const Decl *Dcl = cxcursor::getCursorDecl(declCursor);
227 cxcursor::getSelectorIdentifierIndex(declCursor),
H A DCIndex.cpp4609 CXCursor declCursor = MakeCXCursor(D, tu); local
4610 declCursor = getSelectorIdentifierCursor(getSelectorIdentifierIndex(C),
4611 declCursor);
4612 return declCursor;

Completed in 217 milliseconds