Home
last modified time | relevance | path

Searched refs:target_specific_defines (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionSourceCode.cpp349 const char *target_specific_defines = "typedef signed char BOOL;\n"; in GetText() local
357 target_specific_defines = "typedef bool BOOL;\n"; in GetText()
362 target_specific_defines = "typedef bool BOOL;\n"; in GetText()
446 target_specific_defines, m_prefix.c_str()); in GetText()