Home | History | Annotate | Download | only in libclang

Lines Matching refs:stmt

504     if (const Stmt *S = getCursorStmt(Cursor))
586 if (Stmt *Body = B->getBody())
1754 DEF_JOB(StmtVisit, Stmt, StmtVisitKind)
1829 DeclarationNameInfoVisit(const Stmt *S, CXCursor parent)
1835 const Stmt *S = static_cast<const Stmt *>(data[0]);
1838 llvm_unreachable("Unhandled Stmt");
1839 case clang::Stmt::MSDependentExistsStmtClass:
1841 case Stmt::CXXDependentScopeMemberExprClass:
1843 case Stmt::DependentScopeDeclRefExprClass:
1845 case Stmt::OMPCriticalDirectiveClass:
1905 void VisitStmt(const Stmt *S);
1950 void AddDeclarationNameInfo(const Stmt *S);
1954 void AddStmt(const Stmt *S);
1957 void EnqueueChildren(const Stmt *S);
1962 void EnqueueVisitor::AddDeclarationNameInfo(const Stmt *S) {
1974 void EnqueueVisitor::AddStmt(const Stmt *S) {
1995 void EnqueueVisitor::EnqueueChildren(const Stmt *S) {
1997 for (const Stmt *SubStmt : S->children()) {
2455 void EnqueueVisitor::VisitStmt(const Stmt *S) {
2645 void CursorVisitor::EnqueueWorkList(VisitorWorkList &WL, const Stmt *S) {
2698 if (LabelStmt *stmt = LS->getStmt()) {
2699 if (Visit(MakeCursorLabelRef(stmt, cast<LabelRefVisit>(&LI)->getLoc(),
2727 const Stmt *S = cast<StmtVisit>(&LI)->get();
2868 bool CursorVisitor::Visit(const Stmt *S) {
3544 static const Decl *getDeclFromExpr(const Stmt *E) {
3826 const Stmt *S = getCursorStmt(C);
3886 const Stmt *S = getCursorStmt(C);
5134 const Stmt *S = getCursorStmt(C);