Home
last modified time | relevance | path

Searched refs:IsPointerToScalarType (Results 1 – 3 of 3) sorted by relevance

/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/Symbol/
DClangASTType.h201 IsPointerToScalarType () const;
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Target/
DStackFrame.cpp796 if (valobj_sp->GetClangType().IsPointerToScalarType() && deref) in GetValueForVariableExpressionPath()
998 if (valobj_sp->GetClangType().IsPointerToScalarType() && deref) in GetValueForVariableExpressionPath()
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Symbol/
DClangASTType.cpp970 ClangASTType::IsPointerToScalarType () const in IsPointerToScalarType() function in ClangASTType