Lines Matching refs:request
467 const CompilerType &compiler_type, CompletionRequest &request);
474 const CompilerType &compiler_type, CompletionRequest &request) { in PrivateAutoCompleteMembers() argument
486 base_class_type.GetCanonicalType(), request); in PrivateAutoCompleteMembers()
499 vbase_class_type.GetCanonicalType(), request); in PrivateAutoCompleteMembers()
520 member_compiler_type.GetCanonicalType(), request); in PrivateAutoCompleteMembers()
522 request.AddCompletion((prefix_path + member_name).str()); in PrivateAutoCompleteMembers()
533 const CompilerType &compiler_type, CompletionRequest &request) { in PrivateAutoComplete() argument
554 request.AddCompletion(prefix_path.str()); in PrivateAutoComplete()
561 request.AddCompletion((prefix_path + ".").str()); in PrivateAutoComplete()
571 request.AddCompletion((prefix_path + "->").str()); in PrivateAutoComplete()
573 request.AddCompletion(prefix_path.str()); in PrivateAutoComplete()
585 request.AddCompletion(var_sp->GetName().AsCString()); in PrivateAutoComplete()
595 request); in PrivateAutoComplete()
602 compiler_type, request); in PrivateAutoComplete()
616 pointee_type.GetCanonicalType(), request); in PrivateAutoComplete()
621 pointee_type.GetCanonicalType(), request); in PrivateAutoComplete()
639 prefix_path + ".", compiler_type, request); in PrivateAutoComplete()
645 request); in PrivateAutoComplete()
671 prefix_path, compiler_type, request); in PrivateAutoComplete()
698 variable_compiler_type.GetCanonicalType(), request); in PrivateAutoComplete()
700 request.AddCompletion((prefix_path + variable_name).str()); in PrivateAutoComplete()
703 request.AddCompletion((prefix_path + variable_name).str()); in PrivateAutoComplete()
715 CompletionRequest &request) { in AutoComplete() argument
718 PrivateAutoComplete(exe_ctx.GetFramePtr(), request.GetCursorArgumentPrefix(), in AutoComplete()
719 "", compiler_type, request); in AutoComplete()