Searched refs:self_type (Results 1 – 2 of 2) sorted by relevance
259 Type *self_type = self_variable_sp->GetType(); in ScanContext() local261 if (!self_type) { in ScanContext()266 CompilerType self_clang_type = self_type->GetForwardCompilerType(); in ScanContext()
1106 Type *self_type = self_var->GetType(); in FindExternalVisibleDecls() local1108 if (!self_type) in FindExternalVisibleDecls()1111 CompilerType self_clang_type = self_type->GetFullCompilerType(); in FindExternalVisibleDecls()1123 ASTDumper ast_dumper(self_type->GetFullCompilerType()); in FindExternalVisibleDecls()1132 TypeFromUser self_user_type(self_type->GetFullCompilerType()); in FindExternalVisibleDecls()