Searched refs:getCurrentNode (Results 1 – 5 of 5) sorted by relevance
77 } else if (const Node *N = In.getCurrentNode()) { in mapping()
55 reinterpret_cast<yaml::Input *>(Ctx)->getCurrentNode())119 reinterpret_cast<yaml::Input *>(Ctx)->getCurrentNode())449 reinterpret_cast<yaml::Input *>(Ctx)->getCurrentNode())
157 const ExplodedNode *getCurrentNode() const { return CurrentNode; } in getCurrentNode() function in __anonc89c4a160111::PathDiagnosticConstruct582 if (const Stmt *S = C.getCurrentNode()->getNextStmtForDiagnostics()) in ExecutionContinues()877 if (const Stmt *S = C.getCurrentNode()->getNextStmtForDiagnostics()) in generateMinimalDiagForBlockEdge()1127 ProgramPoint P = C.getCurrentNode()->getLocation(); in generatePathDiagnosticsForNode()1219 C.CallStack.push_back(CallWithEntry(P, C.getCurrentNode())); in generatePathDiagnosticsForNode()1287 PM, getStmtBeforeCond(PM, TermCond, C.getCurrentNode()), Term); in generatePathDiagnosticsForNode()2022 auto VisitorNotes = VisitorsDiagnostics->find(Construct.getCurrentNode()); in generate()
107 const Node *Input::getCurrentNode() const { in getCurrentNode() function in Input
256 dyn_cast_or_null<yaml::BlockScalarNode>(In.getCurrentNode())) { in parseIRModule()