Searched defs:CLANG_PLUGIN_SUPPORT (Results 1 – 6 of 6) sorted by relevance
20 option(CLANG_PLUGIN_SUPPORT "Build clang with plugin support" ON) option
22 set(CLANG_PLUGIN_SUPPORT OFF CACHE BOOL "") variable
18 set(CLANG_PLUGIN_SUPPORT OFF CACHE BOOL "") variable
30 set(CLANG_PLUGIN_SUPPORT OFF CACHE BOOL "") variable
37 set(CLANG_PLUGIN_SUPPORT OFF CACHE BOOL "") variable
627 yes) AC_SUBST(CLANG_PLUGIN_SUPPORT,[1]) ;; subst628 no) AC_SUBST(CLANG_PLUGIN_SUPPORT,[0]) ;; subst629 default) AC_SUBST(CLANG_PLUGIN_SUPPORT,[1]);; subst