reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
208 const auto &Body = checkNode<CompoundStmt>( 211 const auto &Return = checkNode<ReturnStmt>( 214 checkNode<ImplicitCastExpr>(Return.Children[0], 217 checkNode<DeclRefExpr>(Return.Children[0].Children[0], 230 const auto &Body = checkNode<CompoundStmt>( 233 checkNode<ReturnStmt>(Body.Children[0], 246 const auto &Body = checkNode<CompoundStmt>( 249 checkNode<ReturnStmt>(Body.Children[0], 264 const auto &Body = checkNode<CompoundStmt>( 267 checkNode<ReturnStmt>(Body.Children[0], 316 const auto &Body = checkNode<CompoundStmt>( 319 allChildrenOf(checkNode<CallExpr>(Body.Children[0], 323 allChildrenOf(checkNode<IfStmt>(Body.Children[1], 337 const auto &Body = checkNode<CompoundStmt>( 340 checkNode<CallExpr>(Body.Children[0], 343 checkNode<IfStmt>(Body.Children[1], 346 checkNode<BinaryOperator>(Body.Children[2], 359 const auto &Body = checkNode<CompoundStmt>( 362 checkNode<DeclStmt>(Body.Children[0], 365 checkNode<CallExpr>(Body.Children[1], 368 checkNode<IfStmt>(Body.Children[2], 371 checkNode<BinaryOperator>(Body.Children[3], 546 return checkNode<CompoundStmt>(Fn.Children[0], 577 const auto &CCast = checkNode<CStyleCastExpr>( 580 const auto &POE = checkNode<PseudoObjectExpr>( 583 const auto &PRE = checkNode<ObjCPropertyRefExpr>( 586 const auto &Cast = checkNode<ImplicitCastExpr>( 589 checkNode<DeclRefExpr>(Cast.Children[0], 598 const auto &POE = checkNode<PseudoObjectExpr>( 601 const auto &BinOp = checkNode<BinaryOperator>( 604 const auto &PRE = checkNode<ObjCPropertyRefExpr>( 607 const auto &Cast = checkNode<ImplicitCastExpr>( 610 checkNode<DeclRefExpr>(Cast.Children[0], 612 checkNode<IntegerLiteral>(BinOp.Children[1], 621 const auto &CCast = checkNode<CStyleCastExpr>( 624 const auto &POE = checkNode<PseudoObjectExpr>( 627 const auto &SRE = checkNode<ObjCSubscriptRefExpr>( 630 const auto &Cast = checkNode<ImplicitCastExpr>( 633 checkNode<DeclRefExpr>(Cast.Children[0], 635 checkNode<IntegerLiteral>(SRE.Children[1], 644 const auto &POE = checkNode<PseudoObjectExpr>( 647 const auto &BinOp = checkNode<BinaryOperator>( 650 const auto &SRE = checkNode<ObjCSubscriptRefExpr>( 653 const auto &Cast = checkNode<ImplicitCastExpr>( 656 checkNode<DeclRefExpr>(Cast.Children[0], 658 const auto &POE2 = checkNode<PseudoObjectExpr>( 661 const auto &PRE = checkNode<ObjCPropertyRefExpr>( 664 const auto &Cast2 = checkNode<ImplicitCastExpr>( 667 checkNode<DeclRefExpr>(Cast2.Children[0], 669 checkNode<DeclRefExpr>(BinOp.Children[1],