Home
last modified time | relevance | path

Searched refs:getCurrentNode (Results 1 – 5 of 5) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/ObjectYAML/
H A DObjectYAML.cpp72 } else if (const Node *N = In.getCurrentNode()) { in mapping()
/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DMIRYamlMapping.h55 reinterpret_cast<yaml::Input *>(Ctx)->getCurrentNode())
119 reinterpret_cast<yaml::Input *>(Ctx)->getCurrentNode())
423 reinterpret_cast<yaml::Input *>(Ctx)->getCurrentNode())
/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Core/
H A DBugReporter.cpp154 const ExplodedNode *getCurrentNode() const { return CurrentNode; } in getCurrentNode() function in __anonc8f820770111::PathDiagnosticConstruct
581 if (const Stmt *S = C.getCurrentNode()->getNextStmtForDiagnostics()) in ExecutionContinues()
876 if (const Stmt *S = C.getCurrentNode()->getNextStmtForDiagnostics()) in generateMinimalDiagForBlockEdge()
1126 ProgramPoint P = C.getCurrentNode()->getLocation(); in generatePathDiagnosticsForNode()
1218 C.CallStack.push_back(CallWithEntry(P, C.getCurrentNode())); in generatePathDiagnosticsForNode()
1286 PM, getStmtBeforeCond(PM, TermCond, C.getCurrentNode()), Term); in generatePathDiagnosticsForNode()
2021 auto VisitorNotes = VisitorsDiagnostics->find(Construct.getCurrentNode()); in generate()
/openbsd-src/gnu/llvm/llvm/lib/Support/
H A DYAMLTraits.cpp113 const Node *Input::getCurrentNode() const { in getCurrentNode() function in Input
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/MIRParser/
H A DMIRParser.cpp247 dyn_cast_or_null<yaml::BlockScalarNode>(In.getCurrentNode())) { in parseIRModule()