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

/freebsd-11-stable/contrib/llvm-project/lldb/source/API/
H A DSBType.cpp215 CompilerType canonical_type =
218 SBType(TypeImplSP(new TypeImpl(canonical_type.GetArrayElementType()))));
/freebsd-11-stable/contrib/llvm-project/lldb/source/Symbol/
H A DClangASTContext.cpp8177 const clang::Type *canonical_type = local
8179 if (canonical_type)
8180 is_array_of_characters = canonical_type->isCharType();

Completed in 222 milliseconds