OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getCursorExpr
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/tools/libclang/
CXCursor.cpp
1101
const Expr *cxcursor::
getCursorExpr
(CXCursor Cursor) {
1156
cast<ObjCMessageExpr>(
getCursorExpr
(cursor))
1175
cast<ObjCMessageExpr>(
getCursorExpr
(cursor))->getNumSelectorLocs())
1199
const Expr *E =
getCursorExpr
(cursor);
1267
const Expr *E = cxcursor::
getCursorExpr
(C);
1294
const Expr *E = cxcursor::
getCursorExpr
(C);
1647
E =
getCursorExpr
(C);
1687
E =
getCursorExpr
(C);
CXCursor.h
238
const Expr *
getCursorExpr
(CXCursor Cursor);
CIndex.cpp
519
if (const Expr *E =
getCursorExpr
(Cursor))
4114
E =
getCursorExpr
(C);
4710
const Expr *E =
getCursorExpr
(C);
4726
const Decl *D = getDeclFromExpr(
getCursorExpr
(C));
4804
dyn_cast_or_null<ObjCMessageExpr>(
getCursorExpr
(C))) {
5809
isa<CXXTemporaryObjectExpr>(
getCursorExpr
(*BestCursor)) &&
6050
getCursorContext(C), getLocationFromExpr(
getCursorExpr
(C)));
6181
return
getCursorExpr
(C)->getSourceRange();
6308
const Expr *E =
getCursorExpr
(C);
6723
if (const MemberExpr *E = dyn_cast<MemberExpr>(
getCursorExpr
(C))
[
all
...]
CXType.cpp
225
QualType T = cxcursor::
getCursorExpr
(C)->getType();
Completed in 32 milliseconds
Indexes created Tue Jun 09 00:24:00 UTC 2026