Searched refs:HasGlobalPrefix (Results 1 – 1 of 1) sorted by relevance
243 bool HasGlobalPrefix = (GlobalPrefix != '\0'); in tryToGenerate() local254 if (HasGlobalPrefix && (*Name).front() != GlobalPrefix) in tryToGenerate()257 std::string Tmp((*Name).data() + HasGlobalPrefix, in tryToGenerate()258 (*Name).size() - HasGlobalPrefix); in tryToGenerate()