Searched refs:InsertInclude (Results 1 – 2 of 2) sorted by relevance
2125 const auto *InsertInclude = Includes.empty() ? nullptr : &Includes[0]; in render() local2126 LSP.label = ((InsertInclude && InsertInclude->Insertion) in render()2139 if (InsertInclude || Documentation) { in render()2141 if (InsertInclude) in render()2142 Doc.addParagraph().appendText("From ").appendCode(InsertInclude->Header); in render()2177 if (InsertInclude && InsertInclude->Insertion) in render()2178 LSP.additionalTextEdits.push_back(*InsertInclude->Insertion); in render()
275 TEST_F(HeadersTest, InsertInclude) { in TEST_F() argument