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