Lines Matching refs:REPLACE
71 string(REGEX REPLACE "/\\*" "${CMakeBeginBlockComment}" ${CppCode} "${${CppCode}}")
72 string(REGEX REPLACE "\\*/" "${CMakeEndBlockComment}" ${CppCode} "${${CppCode}}")
73 …string(REGEX REPLACE "${CMakeBeginBlockComment}[^${CMakeEndBlockComment}]*${CMakeEndBlockComment}"…
74 string(REGEX REPLACE "\n[ \t]*//+[^\n]+" "\n" ${CppCode} "${${CppCode}}")
107 string(REGEX REPLACE "\\\\\n|\n" "" TestName "${TestName}")
112 string(REGEX REPLACE "${TestType}\\([ \t]*" "" TestFixture "${TestTypeAndFixture}")
118 string(REGEX REPLACE "^\"(.*)\"$" "\\1" TestStrings "${TestStrings}")
119 string(REPLACE "\";\"" ";" TestStrings "${TestStrings}")
149 string(REPLACE "]" ";" Tags "${Tags}")
150 string(REPLACE "[" "" Tags "${Tags}")
176 string(REPLACE "," "\\," Name ${Name})