Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/lldb/include/lldb/Symbol/
HDClangASTContext.h211 AreTypesSame(ClangASTType type1,
/NextBSD/contrib/llvm/tools/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/
HDItaniumABILanguageRuntime.cpp224 if (ClangASTContext::AreTypesSame (in_value.GetClangType(), in GetDynamicTypeAndAddress()
/NextBSD/contrib/llvm/tools/lldb/source/Expression/
HDClangExpressionDeclMap.cpp885 if (ClangASTContext::AreTypesSame(*type, var_sp->GetType()->GetClangFullType())) in FindGlobalVariable()
/NextBSD/contrib/llvm/tools/lldb/source/Symbol/
HDClangASTContext.cpp1122 ClangASTContext::AreTypesSame (ClangASTType type1, in AreTypesSame() function in ClangASTContext