Home | History | Annotate | Download | only in Sema

Lines Matching refs:SelName

2796     std::string SelName = Sel.getNameForSlot(0).str();
2797 SelName += ':';
2799 Result.AddTypedTextChunk(Result.getAllocator().CopyString(SelName));
2801 Result.AddInformativeChunk(Result.getAllocator().CopyString(SelName));