Home
last modified time | relevance | path

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

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