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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DObjectYAML.cpp55 } else if (const Node *N = In.getCurrentNode()) {
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMIRYamlMapping.h55 reinterpret_cast<yaml::Input *>(Ctx)->getCurrentNode())
119 reinterpret_cast<yaml::Input *>(Ctx)->getCurrentNode())
/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DBugReporter.cpp155 const ExplodedNode *getCurrentNode() const { return CurrentNode; } function in class:__anon2334::PathDiagnosticConstruct
579 if (const Stmt *S = C.getCurrentNode()->getNextStmtForDiagnostics())
874 if (const Stmt *S = C.getCurrentNode()->getNextStmtForDiagnostics())
1124 ProgramPoint P = C.getCurrentNode()->getLocation();
1216 C.CallStack.push_back(CallWithEntry(P, C.getCurrentNode()));
1279 PM, getStmtBeforeCond(PM, TermCond, C.getCurrentNode()), Term);
2022 auto VisitorNotes = VisitorsDiagnostics->find(Construct.getCurrentNode());
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Support/
H A DYAMLTraits.cpp110 const Node *Input::getCurrentNode() const { function in class:Input
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/MIRParser/
H A DMIRParser.cpp237 dyn_cast_or_null<yaml::BlockScalarNode>(In.getCurrentNode())) {
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DYAMLTraits.h1522 const Node *getCurrentNode() const;

Completed in 204 milliseconds