Lines Matching defs:InsertionPoint
61 const clang::Stmt *InsertionPoint = nullptr;
163 InsertionPoint = computeInsertionPoint();
164 if (InsertionPoint)
174 // checks whether extracting before InsertionPoint will take a
198 // returns true if we can extract before InsertionPoint
200 [](const SelectionTree::Node *InsertionPoint) -> bool {
201 if (const clang::Stmt *Stmt = InsertionPoint->ASTNode.get<clang::Stmt>()) {
205 if (InsertionPoint->Parent->ASTNode.get<ParmVarDecl>() != nullptr) {
222 if (InsertionPoint->ASTNode.get<VarDecl>())
261 InsertionPoint->getSourceRange())