OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getCursorStmt
(Results
1 - 3
of
3
) sorted by null
/external/clang/tools/libclang/
CXCursor.h
246
const Stmt *
getCursorStmt
(CXCursor Cursor);
CXCursor.cpp
798
return dyn_cast_or_null<Expr>(
getCursorStmt
(Cursor));
801
const Stmt *cxcursor::
getCursorStmt
(CXCursor Cursor) {
[
all
...]
CIndex.cpp
481
if (const Stmt *S =
getCursorStmt
(Cursor))
[
all
...]
Completed in 86 milliseconds