Home
last modified time | relevance | path

Searched defs:IsScalarType (Results 1 – 3 of 3) sorted by relevance

/freebsd-src/contrib/llvm-project/lldb/include/lldb/Core/
H A DValueObject.h386 bool IsScalarType() { return GetCompilerType().IsScalarType(); } in IsScalarType() function
/freebsd-src/contrib/llvm-project/lldb/source/Symbol/
H A DCompilerType.cpp256 bool CompilerType::IsScalarType() const { IsScalarType() function in CompilerType
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp3629 bool TypeSystemClang::IsScalarType(lldb::opaque_compiler_type_t type) { IsScalarType() function in TypeSystemClang