reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

tools/clang/tools/libclang/CXCursor.h
  242 const Stmt *getCursorStmt(CXCursor Cursor);

References

tools/clang/tools/libclang/CIndex.cpp
  507     if (const Stmt *S = getCursorStmt(Cursor))
 3969               ? evaluateCompoundStmtExpr(cast<CompoundStmt>(getCursorStmt(C)))
 4597     const Stmt *S = getCursorStmt(C);
 4657     const Stmt *S = getCursorStmt(C);
 5889                                           getCursorStmt(C)->getBeginLoc());
 6020     return getCursorStmt(C)->getSourceRange();
 6159     const Stmt *S = getCursorStmt(C);
tools/clang/tools/libclang/CXCursor.cpp
 1019   return dyn_cast_or_null<Expr>(getCursorStmt(Cursor));