Home
last modified time | relevance | path

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

/src/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangUserExpression.cpp277 Type *self_type = self_variable_sp->GetType(); in ScanContext() local
279 if (!self_type) { in ScanContext()
284 CompilerType self_clang_type = self_type->GetForwardCompilerType(); in ScanContext()
H A DClangExpressionDeclMap.cpp960 Type *self_type = self_var->GetType(); in LookUpLldbObjCClass() local
962 if (!self_type) in LookUpLldbObjCClass()
965 CompilerType self_clang_type = self_type->GetFullCompilerType(); in LookUpLldbObjCClass()
978 ClangUtil::ToString(self_type->GetFullCompilerType())); in LookUpLldbObjCClass()