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()
586 request.AddCompletion(var_sp->GetName().AsCString()); in PrivateAutoComplete()
596 request); in PrivateAutoComplete()
603 compiler_type, request); in PrivateAutoComplete()
617 pointee_type.GetCanonicalType(), request); in PrivateAutoComplete()
622 pointee_type.GetCanonicalType(), request); in PrivateAutoComplete()
640 prefix_path + ".", compiler_type, request); in PrivateAutoComplete()
646 request); in PrivateAutoComplete()
672 prefix_path, compiler_type, request); in PrivateAutoComplete()
699 variable_compiler_type.GetCanonicalType(), request); in PrivateAutoComplete()
701 request.AddCompletion((prefix_path + variable_name).str()); in PrivateAutoComplete()
704 request.AddCompletion((prefix_path + variable_name).str()); in PrivateAutoComplete()
716 CompletionRequest &request) { in AutoComplete() argument
719 PrivateAutoComplete(exe_ctx.GetFramePtr(), request.GetCursorArgumentPrefix(), in AutoComplete()
720 "", compiler_type, request); in AutoComplete()