Home
last modified time | relevance | path

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

/llvm-project-15.0.7/compiler-rt/cmake/Modules/
H A DCompilerRTCompile.cmake98 string(REGEX MATCH "[.](m|mm)$" is_objc ${source_rpath})
99 if (is_objc)
/llvm-project-15.0.7/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionSourceCode.cpp325 const bool is_objc = m_wrap_kind == WrapKind::ObjCInstanceMethod || in AddLocalVariableDecls() local
327 if ((var_name == "self" || var_name == "_cmd") && is_objc) in AddLocalVariableDecls()