Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangUserExpression.cpp259 Type *self_type = self_variable_sp->GetType(); in ScanContext() local
261 if (!self_type) { in ScanContext()
266 CompilerType self_clang_type = self_type->GetForwardCompilerType(); in ScanContext()
H A DClangExpressionDeclMap.cpp1106 Type *self_type = self_var->GetType(); in FindExternalVisibleDecls() local
1108 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()