Searched refs:self_type (Results 1 – 2 of 2) sorted by relevance
281 Type *self_type = self_variable_sp->GetType(); in ScanContext() local283 if (!self_type) { in ScanContext()288 CompilerType self_clang_type = self_type->GetForwardCompilerType(); in ScanContext()
962 Type *self_type = self_var->GetType(); in LookUpLldbObjCClass() local964 if (!self_type) in LookUpLldbObjCClass()967 CompilerType self_clang_type = self_type->GetFullCompilerType(); in LookUpLldbObjCClass()980 ClangUtil::ToString(self_type->GetFullCompilerType())); in LookUpLldbObjCClass()986 TypeFromUser self_user_type(self_type->GetFullCompilerType()); in LookUpLldbObjCClass()