Home | History | Annotate | Download | only in Sema

Lines Matching refs:SelName

2732     std::string SelName = Sel.getNameForSlot(0).str();
2733 SelName += ':';
2735 Result.AddTypedTextChunk(Result.getAllocator().CopyString(SelName));
2737 Result.AddInformativeChunk(Result.getAllocator().CopyString(SelName));