Lines Matching refs:getNodeAs
67 (Result.Nodes.getNodeAs<Stmt>("pedantic") != nullptr); in run()
74 Result.Nodes.getNodeAs<Expr>("check_if_null")) { in run()
103 const Stmt *Conv = Result.Nodes.getNodeAs<Stmt>("conv"); in run()
106 const Expr *ConvertedCObject = Result.Nodes.getNodeAs<Expr>("c_object"); in run()
107 const Expr *ConvertedCppObject = Result.Nodes.getNodeAs<Expr>("cpp_object"); in run()
108 const Expr *ConvertedObjCObject = Result.Nodes.getNodeAs<Expr>("objc_object"); in run()
117 (Result.Nodes.getNodeAs<Stmt>("comparison") != nullptr); in run()
120 (Result.Nodes.getNodeAs<Decl>("osnumber") != nullptr); in run()
123 (Result.Nodes.getNodeAs<QualType>("int_type") != nullptr); in run()
125 (Result.Nodes.getNodeAs<QualType>("objc_bool_type") != nullptr); in run()
127 (Result.Nodes.getNodeAs<QualType>("cpp_bool_type") != nullptr); in run()