Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/ObjectYAML/
H A DObjectYAML.cpp72 } else if (const Node *N = In.getCurrentNode()) { in mapping()
/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DMIRYamlMapping.h55 reinterpret_cast<yaml::Input *>(Ctx)->getCurrentNode())
119 reinterpret_cast<yaml::Input *>(Ctx)->getCurrentNode())
422 reinterpret_cast<yaml::Input *>(Ctx)->getCurrentNode())
/llvm-project-15.0.7/clang-tools-extra/clang-tidy/
H A DClangTidyOptions.cpp103 if (isa<SequenceNode>(I.getCurrentNode())) { in yamlize()
108 } else if (isa<MappingNode>(I.getCurrentNode())) { in yamlize()
/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Core/
H A DBugReporter.cpp155 const ExplodedNode *getCurrentNode() const { return CurrentNode; } in getCurrentNode() function in __anon1dcbea900111::PathDiagnosticConstruct
582 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()
2021 auto VisitorNotes = VisitorsDiagnostics->find(Construct.getCurrentNode()); in generate()
/llvm-project-15.0.7/llvm/lib/Support/
H A DYAMLTraits.cpp113 const Node *Input::getCurrentNode() const { in getCurrentNode() function in Input
/llvm-project-15.0.7/llvm/lib/CodeGen/MIRParser/
H A DMIRParser.cpp246 dyn_cast_or_null<yaml::BlockScalarNode>(In.getCurrentNode())) { in parseIRModule()