HomeSort by relevance Sort by last modified time
    Searched refs:declCursor (Results 1 - 2 of 2) sorted by null

  /external/clang/tools/libclang/
CIndexHigh.cpp 150 CXCursor declCursor = clang_getCursorReferenced(cursor);
151 if (!clang_isDeclaration(declCursor.kind))
154 const Decl *D = cxcursor::getCursorDecl(declCursor);
215 static bool findIdRefsInFile(CXTranslationUnit TU, CXCursor declCursor,
218 assert(clang_isDeclaration(declCursor.kind));
222 const Decl *Dcl = cxcursor::getCursorDecl(declCursor);
227 cxcursor::getSelectorIdentifierIndex(declCursor),
CIndex.cpp     [all...]

Completed in 91 milliseconds