Searched refs:getCompletions (Results 1 – 2 of 2) sorted by relevance
125 virtual std::vector<Completion> getCompletions(StringRef Buffer,141 std::vector<Completion> getCompletions(StringRef Buffer, in getCompletions() function
56 std::vector<Completion> Comps = getCompletions(Buffer, Pos); in complete()