Searched refs:customSubstMap (Results 1 – 2 of 2) sorted by relevance
32 customSubstMap[placeholder] = subst.str(); in addSubst()63 auto it = customSubstMap.find(placeholder); in getSubstFor()64 if (it == customSubstMap.end()) in getSubstFor()
89 llvm::StringMap<std::string> customSubstMap; variable