Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/ObjectYAML/
H A DObjectYAML.cpp62 } else if (const Node *N = In.getCurrentNode()) { in mapping()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DMIRYamlMapping.h55 reinterpret_cast<yaml::Input *>(Ctx)->getCurrentNode())
119 reinterpret_cast<yaml::Input *>(Ctx)->getCurrentNode())
421 reinterpret_cast<yaml::Input *>(Ctx)->getCurrentNode())
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DBugReporter.cpp155 const ExplodedNode *getCurrentNode() const { return CurrentNode; } in getCurrentNode() function in __anon21c281ab0111::PathDiagnosticConstruct
579 if (const Stmt *S = C.getCurrentNode()->getNextStmtForDiagnostics()) in ExecutionContinues()
874 if (const Stmt *S = C.getCurrentNode()->getNextStmtForDiagnostics()) in generateMinimalDiagForBlockEdge()
1124 ProgramPoint P = C.getCurrentNode()->getLocation(); in generatePathDiagnosticsForNode()
1216 C.CallStack.push_back(CallWithEntry(P, C.getCurrentNode())); in generatePathDiagnosticsForNode()
1279 PM, getStmtBeforeCond(PM, TermCond, C.getCurrentNode()), Term); in generatePathDiagnosticsForNode()
2020 auto VisitorNotes = VisitorsDiagnostics->find(Construct.getCurrentNode()); in generate()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/
H A DYAMLTraits.cpp114 const Node *Input::getCurrentNode() const { in getCurrentNode() function in Input
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/MIRParser/
H A DMIRParser.cpp241 dyn_cast_or_null<yaml::BlockScalarNode>(In.getCurrentNode())) { in parseIRModule()