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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DObjectYAML.cpp55 } else if (const Node *N = In.getCurrentNode()) {
/freebsd-11-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-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DBugReporter.cpp152 const ExplodedNode *getCurrentNode() const { return CurrentNode; } function in class:__anon867::PathDiagnosticConstruct
576 if (const Stmt *S = C.getCurrentNode()->getNextStmtForDiagnostics())
871 if (const Stmt *S = C.getCurrentNode()->getNextStmtForDiagnostics())
1121 ProgramPoint P = C.getCurrentNode()->getLocation();
1213 C.CallStack.push_back(CallWithEntry(P, C.getCurrentNode()));
1276 PM, getStmtBeforeCond(PM, TermCond, C.getCurrentNode()), Term);
2019 auto VisitorNotes = VisitorsDiagnostics->find(Construct.getCurrentNode());
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/
H A DYAMLTraits.cpp110 const Node *Input::getCurrentNode() const { function in class:Input
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DYAMLTraits.h1523 const Node *getCurrentNode() const;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/MIRParser/
H A DMIRParser.cpp232 dyn_cast_or_null<yaml::BlockScalarNode>(In.getCurrentNode())) {

Completed in 276 milliseconds