OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getCursorDecl
(Results
1 - 9
of
9
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/tools/libclang/
CIndexCXX.cpp
34
spec =
getCursorDecl
(C)->getAccess();
57
= dyn_cast_or_null<TemplateDecl>(
getCursorDecl
(C)))
64
getCursorDecl
(C))) {
86
const Decl *D =
getCursorDecl
(C);
CXType.cpp
230
const Decl *D = cxcursor::
getCursorDecl
(C);
311
const Decl *D = cxcursor::
getCursorDecl
(C);
329
const Decl *D = cxcursor::
getCursorDecl
(C);
346
const Decl *D = cxcursor::
getCursorDecl
(C);
362
const Decl *D = cxcursor::
getCursorDecl
(C);
378
const Decl *D =
getCursorDecl
(C);
724
const Decl *D = cxcursor::
getCursorDecl
(C);
990
dyn_cast_or_null<RecordDecl>(cxcursor::
getCursorDecl
(PC));
1025
dyn_cast_or_null<RecordDecl>(cxcursor::
getCursorDecl
(PC));
1063
const Decl *D = cxcursor::
getCursorDecl
(C)
[
all
...]
CursorVisitor.h
139
StmtParent =
getCursorDecl
(Parent);
145
StmtParent =
getCursorDecl
(Parent);
CIndex.cpp
199
const Decl *D =
getCursorDecl
(Cursor);
504
Decl *D = const_cast<Decl *>(
getCursorDecl
(Cursor));
3834
const Decl *D =
getCursorDecl
(C);
4112
E = evaluateDeclExpr(
getCursorDecl
(C));
4122
const Decl *D =
getCursorDecl
(C);
4752
return getDeclSpelling(
getCursorDecl
(C));
4814
dyn_cast_or_null<ObjCMethodDecl>(
getCursorDecl
(C))) {
4826
dyn_cast_or_null<ObjCCategoryDecl>(
getCursorDecl
(C)))
4829
dyn_cast_or_null<ObjCCategoryImplDecl>(
getCursorDecl
(C)))
4837
dyn_cast_or_null<ImportDecl>(
getCursorDecl
(C)))
[
all
...]
CIndexHigh.cpp
40
getTopOverriddenMethods(TU, cxcursor::
getCursorDecl
(*I), Methods);
151
const Decl *D = cxcursor::
getCursorDecl
(declCursor);
219
const Decl *Dcl = cxcursor::
getCursorDecl
(declCursor);
CIndexUSRs.cpp
42
const Decl *D = cxcursor::
getCursorDecl
(C);
CXCursor.cpp
1097
const Decl *cxcursor::
getCursorDecl
(CXCursor Cursor) {
1136
const NamedDecl *D = dyn_cast_or_null<NamedDecl>(
getCursorDecl
(cursor));
1162
cast<ObjCMethodDecl>(
getCursorDecl
(cursor))
1183
cast<ObjCMethodDecl>(
getCursorDecl
(cursor))->getNumSelectorLocs())
1259
const Decl *D = cxcursor::
getCursorDecl
(C);
1281
const Decl *D = cxcursor::
getCursorDecl
(C);
1297
return cxcursor::MakeCXCursor(CE->getArg(i),
getCursorDecl
(C),
1303
return cxcursor::MakeCXCursor(CE->getArg(i),
getCursorDecl
(C),
1318
llvm::dyn_cast_or_null<clang::FunctionDecl>(
getCursorDecl
(C));
1356
llvm::dyn_cast_or_null<clang::FunctionDecl>(
getCursorDecl
(C))
[
all
...]
CXCursor.h
237
const Decl *
getCursorDecl
(CXCursor Cursor);
CXComment.cpp
34
const Decl *D =
getCursorDecl
(C);
Completed in 70 milliseconds
Indexes created Tue Jun 09 00:24:00 UTC 2026