Searched refs:is_clang_type (Results 1 - 1 of 1) sorted by relevance

/freebsd-current/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp2228 const bool is_clang_type = ClangUtil::IsClangType(args[i]); local
2229 lldbassert(is_clang_type);
2230 if (is_clang_type)

Completed in 142 milliseconds