HomeSort by: relevance | last modified time | path
    Searched refs:getCursor (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/tools/libclang/
CXIndexDataConsumer.cpp 620 return handleDecl(D, D->getLocation(), getCursor(D), DInfo);
626 return handleDecl(D, D->getLocation(), getCursor(D), DInfo);
632 return handleDecl(D, D->getLocation(), getCursor(D), DInfo);
638 return handleDecl(D, D->getLocation(), getCursor(D), DInfo);
647 return handleDecl(D, D->getLocation(), getCursor(D), DInfo);
653 return handleDecl(D, D->getLocation(), getCursor(D), DInfo);
701 return handleObjCContainer(D, D->getLocation(), getCursor(D), InterInfo);
709 return handleObjCContainer(D, D->getLocation(), getCursor(D), ContDInfo);
738 return handleObjCContainer(D, D->getLocation(), getCursor(D), ProtInfo);
770 return handleObjCContainer(D, CategoryLoc, getCursor(D), CatDInfo)
    [all...]
CXCursor.h 48 CXCursor getCursor(CXTranslationUnit, SourceLocation);
CXIndexDataConsumer.h 472 CXCursor getCursor(const Decl *D) {
CIndex.cpp 5836 CXCursor Result = cxcursor::getCursor(TU, SLoc);
6110 CXCursor cxcursor::getCursor(CXTranslationUnit TU, SourceLocation SLoc) {

Completed in 23 milliseconds