Home
last modified time | relevance | path

Searched refs:CurInsertionPoint (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/llvm/lib/MC/
H A DMCSection.cpp117 iterator CurInsertionPoint = in flushPendingLabels() local
120 getFragmentList().insert(CurInsertionPoint, F); in flushPendingLabels()
H A DMCObjectStreamer.cpp182 CurInsertionPoint = MCSection::iterator(); in reset()
204 if (CurInsertionPoint != getCurrentSectionOnly()->getFragmentList().begin()) in getCurrentFragment()
205 return &*std::prev(CurInsertionPoint); in getCurrentFragment()
382 CurInsertionPoint = in changeSectionImpl()
/llvm-project-15.0.7/clang-tools-extra/clangd/refactor/tweaks/
H A DExtractVariable.cpp176 const clang::Stmt *CurInsertionPoint = CurNode->ASTNode.get<Stmt>(); in computeInsertionPoint() local
178 if (CurInsertionPoint && !exprIsValidOutside(CurInsertionPoint)) in computeInsertionPoint()
185 return CurInsertionPoint; in computeInsertionPoint()
/llvm-project-15.0.7/llvm/include/llvm/MC/
H A DMCObjectStreamer.h44 MCSection::iterator CurInsertionPoint; variable
97 CurSection->getFragmentList().insert(CurInsertionPoint, F); in insert()