Home
last modified time | relevance | path

Searched refs:self_type (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangUserExpression.cpp278 Type *self_type = self_variable_sp->GetType(); in ScanContext() local
280 if (!self_type) { in ScanContext()
285 CompilerType self_clang_type = self_type->GetForwardCompilerType(); in ScanContext()
H A DClangExpressionDeclMap.cpp961 Type *self_type = self_var->GetType(); in LookUpLldbObjCClass() local
963 if (!self_type) in LookUpLldbObjCClass()
966 CompilerType self_clang_type = self_type->GetFullCompilerType(); in LookUpLldbObjCClass()
979 ClangUtil::ToString(self_type->GetFullCompilerType())); in LookUpLldbObjCClass()