OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getCursorDecl
(Results
1 - 8
of
8
) sorted by null
/external/clang/tools/libclang/
CIndexCXX.cpp
37
spec =
getCursorDecl
(C)->getAccess();
60
= dyn_cast_or_null<TemplateDecl>(
getCursorDecl
(C)))
67
getCursorDecl
(C))) {
89
const Decl *D =
getCursorDecl
(C);
CXType.cpp
147
const Decl *D = cxcursor::
getCursorDecl
(C);
234
const Decl *D = cxcursor::
getCursorDecl
(C);
252
const Decl *D = cxcursor::
getCursorDecl
(C);
269
const Decl *D = cxcursor::
getCursorDecl
(C);
285
const Decl *D = cxcursor::
getCursorDecl
(C);
301
const Decl *D =
getCursorDecl
(C);
569
const Decl *D = cxcursor::
getCursorDecl
(C);
759
dyn_cast_or_null<RecordDecl>(cxcursor::
getCursorDecl
(PC));
800
const FieldDecl *FD = dyn_cast_or_null<FieldDecl>(cxcursor::
getCursorDecl
(C));
810
const Decl *D = cxcursor::
getCursorDecl
(C)
[
all
...]
CursorVisitor.h
133
StmtParent =
getCursorDecl
(Parent);
139
StmtParent =
getCursorDecl
(Parent);
CIndexHigh.cpp
41
getTopOverriddenMethods(TU, cxcursor::
getCursorDecl
(*I), Methods);
154
const Decl *D = cxcursor::
getCursorDecl
(declCursor);
222
const Decl *Dcl = cxcursor::
getCursorDecl
(declCursor);
CIndex.cpp
167
const Decl *D =
getCursorDecl
(Cursor);
473
Decl *D = const_cast<Decl *>(
getCursorDecl
(Cursor));
[
all
...]
CXCursor.cpp
793
const Decl *cxcursor::
getCursorDecl
(CXCursor Cursor) {
836
const NamedDecl *D = dyn_cast_or_null<NamedDecl>(
getCursorDecl
(cursor));
861
cast<ObjCMethodDecl>(
getCursorDecl
(cursor))
881
unsigned(SelIdx) >= cast<ObjCMethodDecl>(
getCursorDecl
(cursor))
960
const Decl *D = cxcursor::
getCursorDecl
(C);
979
const Decl *D = cxcursor::
getCursorDecl
(C);
996
getCursorDecl
(C),
[
all
...]
CXCursor.h
244
const Decl *
getCursorDecl
(CXCursor Cursor);
CIndexUSRs.cpp
826
const Decl *D = cxcursor::
getCursorDecl
(C);
Completed in 402 milliseconds