Home | History | Annotate | Download | only in Sema

Lines Matching refs:SelName

2627     std::string SelName = Sel.getNameForSlot(0).str();
2628 SelName += ':';
2630 Result.AddTypedTextChunk(Result.getAllocator().CopyString(SelName));
2632 Result.AddInformativeChunk(Result.getAllocator().CopyString(SelName));