Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DObjectYAML.cpp77 } else if (const Node *N = In.getCurrentNode()) { in mapping()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMIRYamlMapping.h55 reinterpret_cast<yaml::Input *>(Ctx)->getCurrentNode())
119 reinterpret_cast<yaml::Input *>(Ctx)->getCurrentNode())
449 reinterpret_cast<yaml::Input *>(Ctx)->getCurrentNode())
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DBugReporter.cpp167 const ExplodedNode *getCurrentNode() const { return CurrentNode; } in getCurrentNode() function in __anon2f4a13600111::PathDiagnosticConstruct
592 if (const Stmt *S = C.getCurrentNode()->getNextStmtForDiagnostics()) in ExecutionContinues()
887 if (const Stmt *S = C.getCurrentNode()->getNextStmtForDiagnostics()) in generateMinimalDiagForBlockEdge()
1137 ProgramPoint P = C.getCurrentNode()->getLocation(); in generatePathDiagnosticsForNode()
1229 C.CallStack.push_back(CallWithEntry(P, C.getCurrentNode())); in generatePathDiagnosticsForNode()
1297 PM, getStmtBeforeCond(PM, TermCond, C.getCurrentNode()), Term); in generatePathDiagnosticsForNode()
2036 auto VisitorNotes = VisitorsDiagnostics->find(Construct.getCurrentNode()); in generate()
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DYAMLTraits.cpp107 const Node *Input::getCurrentNode() const { in getCurrentNode() function in Input
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/MIRParser/
H A DMIRParser.cpp259 dyn_cast_or_null<yaml::BlockScalarNode>(In.getCurrentNode())) { in parseIRModule()