OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
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
Indexes created Sat Sep 19 00:25:42 UTC 2026