Searched refs:ThisName (Results 1 – 4 of 4) sorted by relevance
62 StringRef ThisName(user_entry->pw_name); in ResolvePartial() local63 if (!ThisName.startswith(Expr)) in ResolvePartial()67 Buffer.append(ThisName); in ResolvePartial()
412 auto ThisName = getFileNameForIndex(NextFileIndex); in initializeFileInfo() local413 if (!ThisName) in initializeFileInfo()414 return ThisName.takeError(); in initializeFileInfo()415 ModuleInfos[I].SourceFiles[J] = *ThisName; in initializeFileInfo()
170 std::string ThisName = computeTypeName(*Types, TI); in findRecordsByName() local171 if (ThisName == Name) in findRecordsByName()