Searched refs:this_ (Results 1 – 5 of 5) sorted by relevance
| /NextBSD/contrib/llvm/tools/lldb/source/Target/ |
| HD | Target.cpp | 3603 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 3629 …this_->m_launch_info.AppendOpenFileAction(STDIN_FILENO, this_->GetStandardInputPath(), true, false… in InputPathValueChangedCallback() [all …]
|
| /NextBSD/contrib/llvm/tools/llvm-diff/ |
| HD | DifferenceEngine.cpp | 453 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/ |
| HD | Type.h | 1155 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)) {
|
| HD | ASTContext.h | 90 ASTContext &this_() { return *this; } in this_() function
|
| /NextBSD/contrib/llvm/tools/clang/lib/AST/ |
| HD | ASTContext.cpp | 730 : FunctionProtoTypes(this_()), TemplateSpecializationTypes(this_()), in ASTContext() 731 DependentTemplateSpecializationTypes(this_()), in ASTContext() 732 SubstTemplateTemplateParmPacks(this_()), in ASTContext()
|