Lines Matching full:selected
35 /// Constructs the tree of selected AST nodes that either contain the location
48 // The TU decl is the root of the selected node tree. in ASTSelectionFinder()
263 /// selected statement.
267 // - The string literal in ObjC string literal is selected, e.g.: in getSelectionCanonizalizationAction()
272 // The entire call should be selected when just the member expression in getSelectionCanonizalizationAction()
274 // is selected. in getSelectionCanonizalizationAction()
319 /// Finds the set of bottom-most selected AST nodes that are in the selection
382 // Code range is selected when the selection range is not empty. in create()
392 SelectedNodeWithParents &Selected = ContainSelection[0]; in create() local
393 if (!Selected.Node.get().Node.get<Stmt>()) in create()
395 const Stmt *CodeRangeStmt = Selected.Node.get().Node.get<Stmt>(); in create()
397 Selected.canonicalize(); in create()
398 return CodeRangeASTSelection(Selected.Node, Selected.Parents, in create()
401 // FIXME (Alex L): First selected SwitchCase means that first case statement. in create()
402 // is selected actually in create()
408 // The user selected multiple statements in a compound statement. in create()
409 Selected.Parents.push_back(Selected.Node); in create()
410 return CodeRangeASTSelection(Selected.Node, Selected.Parents, in create()