Home
last modified time | relevance | path

Searched refs:this_ (Results 1 – 5 of 5) sorted by relevance

/NextBSD/contrib/llvm/tools/lldb/source/Target/
HDTarget.cpp3603 TargetProperties *this_ = reinterpret_cast<TargetProperties *>(target_property_ptr); in Arg0ValueChangedCallback() local
3604 this_->m_launch_info.SetArg0(this_->GetArg0()); in Arg0ValueChangedCallback()
3610 TargetProperties *this_ = reinterpret_cast<TargetProperties *>(target_property_ptr); in RunArgsValueChangedCallback() local
3612 if (this_->GetRunArguments(args)) in RunArgsValueChangedCallback()
3613 this_->m_launch_info.GetArguments() = args; in RunArgsValueChangedCallback()
3619 TargetProperties *this_ = reinterpret_cast<TargetProperties *>(target_property_ptr); in EnvVarsValueChangedCallback() local
3621 if (this_->GetEnvironmentAsArgs(args)) in EnvVarsValueChangedCallback()
3622 this_->m_launch_info.GetEnvironmentEntries() = args; in EnvVarsValueChangedCallback()
3628 TargetProperties *this_ = reinterpret_cast<TargetProperties *>(target_property_ptr); in InputPathValueChangedCallback() local
3629this_->m_launch_info.AppendOpenFileAction(STDIN_FILENO, this_->GetStandardInputPath(), true, false… in InputPathValueChangedCallback()
[all …]
/NextBSD/contrib/llvm/tools/llvm-diff/
HDDifferenceEngine.cpp453 FunctionDifferenceEngine *this_() { return this; } in this_() function in __anonb87f570a0111::FunctionDifferenceEngine
457 Engine(Engine), Queue(QueueSorter(*this_())) {} in FunctionDifferenceEngine()
/NextBSD/contrib/llvm/tools/clang/include/clang/AST/
HDType.h1155 ExtQuals *this_() { return this; }
1160 canon.isNull() ? QualType(this_(), 0) : canon),
1454 Type *this_() { return this; }
1459 canon.isNull() ? QualType(this_(), 0) : canon) {
4554 BaseType(QualType(this_(), 0)) {
HDASTContext.h90 ASTContext &this_() { return *this; } in this_() function
/NextBSD/contrib/llvm/tools/clang/lib/AST/
HDASTContext.cpp730 : FunctionProtoTypes(this_()), TemplateSpecializationTypes(this_()), in ASTContext()
731 DependentTemplateSpecializationTypes(this_()), in ASTContext()
732 SubstTemplateTemplateParmPacks(this_()), in ASTContext()