Searched refs:StrippedName (Results 1 – 5 of 5) sorted by relevance
469 StringRef StrippedName = StripIntrinArgSelectTypePrefix(Records->getName()); in emitDXILIntrinsicArgSelectTypes() local470 OS << "DXIL_OP_INTRINSIC_ARG_SELECT_TYPE(" << StrippedName << ")\n"; in emitDXILIntrinsicArgSelectTypes()
1162 StringRef StrippedName = TagName.ltrim('_'); in VisitTypedefNameDecl() local1164 if (StrippedName == Name) in VisitTypedefNameDecl()
1552 if (std::optional<StringRef> StrippedName = in getNames() local1556 Result.push_back(StrippedName->str()); in getNames()
176 if (std::optional<StringRef> StrippedName = StripTemplateParameters(Name)) in getDIENames() local177 Info.NameWithoutTemplate = StringPool.getEntry(*StrippedName); in getDIENames()